[Amarok] 49c8572 RFC: Change "Amarok 2 Beta" to "Amarok" on OSX & W
Mark Kretschmann
kretschmann at kde.org
Wed Feb 10 01:57:14 CET 2010
commit 49c85724d382bb4ed9d394c3e88c43a94d74b0b1
Author: Mark Kretschmann <kretschmann at kde.org>
Date: Mon Feb 8 22:56:12 2010 +0100
RFC: Change "Amarok 2 Beta" to "Amarok" on OSX & Win.
Seriously, I think this "Beta" label has far outlived its usefulness.
Amarok is usable on these platforms now, and all we do is scare off
potential contributors.
CCMAIL: amarok-devel at kde.org
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 544f812..27abfd7 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -102,12 +102,8 @@
#include "mac/GrowlInterface.h"
#endif
-// Let people know OS X and Windows versions are still work-in-progress
-#if defined(Q_WS_MAC) || defined(Q_WS_WIN)
-#define AMAROK_CAPTION "Amarok 2 beta"
-#else
#define AMAROK_CAPTION "Amarok"
-#endif
+
extern KAboutData aboutData;
extern OcsData ocsData;
More information about the Amarok-devel
mailing list