From c8c1c6c7641ee463403527ce0fbb3bf9dd1f1a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 29 Sep 2003 11:21:28 +0000 Subject: [PATCH] Since the messages are in kwin's .po file, I guess this is needed. svn path=/trunk/kdebase/kwin/; revision=254815 --- killer/killer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/killer/killer.cpp b/killer/killer.cpp index 134173c832..efe7193e34 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -69,6 +69,7 @@ int main( int argc, char* argv[] ) I18N_NOOP( "KWin utility" ), "1.0" ); KCmdLineArgs::addCmdLineOptions( options ); KApplication app; + KGlobal::locale()->insertCatalogue( "kwin" ); // the messages are in kwin's .po file KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); QCString hostname = args->getOption( "hostname" ); bool pid_ok = false;