[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Mon Sep 12 20:47:55 CEST 2005


SVN commit 460041 by staikos:

show the revision in the debug dialog


 M  +1 -1      kstdebugdialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstdebugdialog_i.cpp #460040:460041
@@ -53,7 +53,7 @@
     new QListViewItem(_dataSources, *it);
   }
 
-  _buildInfo->setText(i18n("<h1>Kst</h1> version %1").arg(KSTVERSION));
+  _buildInfo->setText(i18n("<h1>Kst</h1> version %1 (%2)").arg(KSTVERSION).arg(KstDebug::self()->kstRevision()));
 
   connect(KstApp::inst()->document(), SIGNAL(logAdded(const KstDebug::LogMessage&)), _log, SLOT(logAdded(const KstDebug::LogMessage&)));
   connect(KstApp::inst()->document(), SIGNAL(logCleared()), _log, SLOT(clear()));


More information about the Kst mailing list