[Kdenlive-devel] Splash version info string
William Steidtmann
billstei at hbci.com
Sat May 26 18:07:14 UTC 2007
FWIW, here is a minor patch so that both the Splash and the About get
their version string from the same place (configure.in.in).
Bill
diff -ur a/kdenlive/kdenlivesplash.cpp b/kdenlive/kdenlivesplash.cpp
--- a/kdenlive/kdenlivesplash.cpp 2007-05-26 11:02:28.000000000 -0500
+++ b/kdenlive/kdenlivesplash.cpp 2007-05-26 12:57:53.000000000 -0500
@@ -15,11 +15,12 @@
* *
***************************************************************************/
#include <klocale.h>
+#include "kdenlive.h"
#include "kdenlivesplash.h"
KdenliveSplash::KdenliveSplash(const QPixmap &
pixmap):KSplashScreen(pixmap, WStyle_StaysOnTop)
{
- message(i18n("Version 0.5svn"), AlignLeft, white);
+ message(i18n("Version "VERSION), AlignLeft, white);
}
KdenliveSplash::~KdenliveSplash()
More information about the Kdenlive
mailing list