From 780d7cab55b437593ecaf869cba44cd4ca2ffa63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 13 Apr 2010 15:28:41 +0000 Subject: [PATCH] * Removed extra space in the about window. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36226 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MainApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/mediaplayer/MainApp.cpp b/src/apps/mediaplayer/MainApp.cpp index 17fc482711..02329a812e 100644 --- a/src/apps/mediaplayer/MainApp.cpp +++ b/src/apps/mediaplayer/MainApp.cpp @@ -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.