[Kst] branches/work/kst/portto4/kst/src/libkst

Mike Fenton mike at staikos.net
Wed Dec 3 21:07:45 CET 2008


SVN commit 892222 by fenton:

Update version display for debug.


 M  +1 -1      debug.cpp  


--- branches/work/kst/portto4/kst/src/libkst/debug.cpp #892221:892222
@@ -132,7 +132,7 @@
 
 QString Debug::text() {
   QMutexLocker ml(&_lock);
-  QString body = i18n("Kst version %1\n\n\nKst log:\n", QString::fromLatin1(KSTVERSION));
+  QString body = i18n("Kst version %1\n\n\nKst log:\n").arg(KSTVERSION);
 
   QLocale locale;
   for (int i = 0; i < _messages.count(); i++ ) {


More information about the Kst mailing list