From kde-commits Sat Apr 21 09:35:22 2007 From: Thomas Zander Date: Sat, 21 Apr 2007 09:35:22 +0000 To: kde-commits Subject: koffice/libs/kofficecore Message-Id: <1177148122.495249.16060.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117714813305507 SVN commit 656387 by zander: Be consistent in capitalization. M +2 -2 KoPluginLoader.cpp --- trunk/koffice/libs/kofficecore/KoPluginLoader.cpp #656386:656387 @@ -73,7 +73,7 @@ bool configChanged = false; QList blacklist; // what we will save out afterwards if(config.whiteList && config.blacklist && config.group) { - kDebug(30003) << "loading " << serviceType << " with checking the config\n"; + kDebug(30003) << "Loading " << serviceType << " with checking the config\n"; KConfigGroup configGroup = KGlobal::config()->group(config.group); QList whiteList = configGroup.readEntry(config.whiteList, config.defaults); QList knownList; @@ -109,7 +109,7 @@ delete plugin; } else { - kWarning(30003) <<"loading plugin '" << service->name() << "' failed, "<< KLibLoader::errorString( errCode ) << " ("<< errCode << ")\n"; + kWarning(30003) <<"Loading plugin '" << service->name() << "' failed, "<< KLibLoader::errorString( errCode ) << " ("<< errCode << ")\n"; } }