kwin: do not insert the kwin_art_clients catalog when loading plugin

the translations from that catalog were for v2.x things (styles,
decorations, etc.)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-10 07:32:04 +02:00
parent cdae932788
commit 063a7132e8

View file

@ -247,8 +247,6 @@ bool KDecorationPlugins::loadPlugin(QString nameStr)
KGlobal::locale()->insertCatalog("libkdecorations");
// For clients in kdebase
KGlobal::locale()->insertCatalog("kwin_clients");
// For clients in kdeartwork
KGlobal::locale()->insertCatalog("kwin_art_clients");
old_library = oldLibrary; // save for delayed destroying
old_fact = oldFactory;