[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Apr 8 06:47:49 CEST 2005
CVS commit by staikos:
better error message
M +1 -1 pluginloader.cpp 1.18
--- kdeextragear-2/kst/kst/pluginloader.cpp #1.17:1.18
@@ -63,5 +63,5 @@ Plugin *PluginLoader::loadPlugin(const Q
plug->_lib = KLibLoader::self()->library(object.local8Bit().data());
if (!plug->_lib) {
- KstDebug::self()->log(i18n("Could not find library '%1' while loading plugin.").arg(object), KstDebug::Error);
+ KstDebug::self()->log(i18n("Error trying to load plugin %1 [%2].").arg(object).arg(KLibLoader::self()->lastErrorMessage()), KstDebug::Error);
delete plug;
return 0L;
More information about the Kst
mailing list