* Removed extra space in the about window.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36226 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-04-13 15:28:41 +00:00
parent 2b5b2e045a
commit 780d7cab55
+2 -2
View File
@@ -400,8 +400,8 @@ MainApp::MessageReceived(BMessage* message)
void void
MainApp::AboutRequested() MainApp::AboutRequested()
{ {
BAlert* alert = new BAlert("about", NAME"\n\nWritten by Marcus Overhagen " BAlert* alert = new BAlert("about", NAME"\n\nWritten by Marcus Overhagen, "
", Stephan Aßmus and Frederik Modéen", "Thanks"); "Stephan Aßmus and Frederik Modéen", "Thanks");
alert->SetFeel(B_FLOATING_ALL_WINDOW_FEEL); alert->SetFeel(B_FLOATING_ALL_WINDOW_FEEL);
// Make sure it is on top of any player windows that may have the // Make sure it is on top of any player windows that may have the
// floating all window feel. // floating all window feel.