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:
Sandro Giessl 2005-03-14 09:50:19 +00:00
parent 8a64612f7b
commit af8ea39ba9

View file

@ -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