[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-2/kst/kst
From:       George Staikos <staikos () kde ! org>
Date:       2005-04-15 3:17:49
Message-ID: 20050415031749.4FB2D492 () office ! kde ! org
[Download RAW message or body]

CVS commit by staikos: 

fix typo in previous commit to kstdatasource and make the associated error
message in datawizard more verbose


  M +1 -1      datawizard.ui.h   1.135
  M +1 -1      kstdatasource.cpp   1.66


--- kdeextragear-2/kst/kst/kstdatasource.cpp  #1.65:1.66
@@ -82,5 +82,5 @@ namespace KST {
           return ds;
         } else {
-          KstDataSource *(*sym)(KConfig*, const QString&, const QString&) = \
(KstDataSource*(*)(KConfig*, const QString&, const QString&))symbol("load"); +        \
KstDataSource *(*sym)(KConfig*, const QString&, const QString&) = \
(KstDataSource*(*)(KConfig*, const QString&, const QString&))symbol("create");  if \
(sym) {  KstDataSource *ds = (sym)(cfg, filename, type);

--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.134:1.135
@@ -428,5 +428,5 @@ void DataWizard::finished()
         ds = KstDataSource::loadSource(_file);
         if (!ds) {
-            KMessageBox::sorry(this, i18n("Sorry, unable to load the data file."));
+            KMessageBox::sorry(this, i18n("<qt>Sorry, unable to load the data file \
'<b>%1</b>'.").arg(_file));  return;
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic