insert catalogue kwin_lib. it seems to me this is the best place for it...
svn path=/trunk/kdebase/kwin/; revision=397488
This commit is contained in:
parent
8a64612f7b
commit
af8ea39ba9
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
|
|||
QString catalogue = nameStr;
|
||||
catalogue.replace( "kwin3_", "kwin_" );
|
||||
KGlobal::locale()->insertCatalogue( catalogue );
|
||||
// For KCommonDecoration based clients
|
||||
KGlobal::locale()->insertCatalogue( "kwin_lib" );
|
||||
// For clients in kdebase
|
||||
KGlobal::locale()->insertCatalogue( "kwin_clients" );
|
||||
// For clients in kdeartwork
|
||||
|
|
Loading…
Reference in a new issue