* 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

View File

@ -400,8 +400,8 @@ MainApp::MessageReceived(BMessage* message)
void
MainApp::AboutRequested()
{
BAlert* alert = new BAlert("about", NAME"\n\nWritten by Marcus Overhagen "
", Stephan Aßmus and Frederik Modéen", "Thanks");
BAlert* alert = new BAlert("about", NAME"\n\nWritten by Marcus Overhagen, "
"Stephan Aßmus and Frederik Modéen", "Thanks");
alert->SetFeel(B_FLOATING_ALL_WINDOW_FEEL);
// Make sure it is on top of any player windows that may have the
// floating all window feel.