The clients in kdeartwork have all mini-pot files, so the previous commit

needs to be partially reverted.

svn path=/trunk/kdebase/kwin/; revision=332110
This commit is contained in:
Nicolas Goutte 2004-07-23 18:34:15 +00:00
parent 7e3a491809
commit e8332d6f24

View file

@ -164,7 +164,12 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
fact->checkRequirements( this ); // let it check what is supported
pluginStr = nameStr;
// For clients in kdeartwork
QString catalogue = nameStr;
catalogue.replace( "kwin3_", "kwin_" );
KGlobal::locale()->insertCatalogue( catalogue );
// For clients in kdebase
KGlobal::locale()->insertCatalogue( "kwin_clients" );
old_library = oldLibrary; // save for delayed destroying