* 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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user