From 9ace7a363453e8e81e72928572e8ab4a446ce5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 24 Feb 2004 13:32:39 +0000 Subject: [PATCH] Fix i18n. CCMAIL: 72239-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=290910 --- killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killer/killer.cpp b/killer/killer.cpp index 651b71328f..bb58a7b044 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -45,11 +45,11 @@ static const KCmdLineOptions options[] = int main( int argc, char* argv[] ) { + KGlobal::locale()->setMainCatalogue( "kwin" ); // the messages are in kwin's .po file KCmdLineArgs::init( argc, argv, "kwin_killer_helper", I18N_NOOP( "KWin" ), I18N_NOOP( "KWin helper 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;