[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Apr 15 05:17:49 CEST 2005
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;
}
More information about the Kst
mailing list