From af8ea39ba9036ee2af36894ee0f6290fa792cd73 Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Mon, 14 Mar 2005 09:50:19 +0000 Subject: [PATCH] insert catalogue kwin_lib. it seems to me this is the best place for it... svn path=/trunk/kdebase/kwin/; revision=397488 --- lib/kdecoration_plugins_p.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kdecoration_plugins_p.cpp b/lib/kdecoration_plugins_p.cpp index 4a7b235c1d..85d4961053 100644 --- a/lib/kdecoration_plugins_p.cpp +++ b/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