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

Mike Fenton mike at staikos.net
Fri Oct 24 19:23:28 CEST 2008


SVN commit 875512 by fenton:

Fix DataSource naming.


 M  +1 -0      datasource.cpp  


--- branches/work/kst/portto4/kst/src/libkst/datasource.cpp #875511:875512
@@ -541,6 +541,7 @@
   }
   shortFilename = shortFilename.section('/', -1);
   QString tn = i18n("DS-%1", shortFilename);
+  _shortName = tn;
 
   if (_updateCheckType == Timer) {
     QTimer::singleShot(UpdateManager::self()->minimumUpdatePeriod()-1, this, SLOT(checkUpdate()));


More information about the Kst mailing list