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:
parent
7e3a491809
commit
e8332d6f24
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue