insert catalogue kwin_lib. it seems to me this is the best place for it...

svn path=/trunk/kdebase/kwin/; revision=397488
remotes/origin/Plasma/5.0
Sandro Giessl 21 years ago
parent 8a64612f7b
commit af8ea39ba9
  1. 2
      lib/kdecoration_plugins_p.cpp

@ -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…
Cancel
Save