Fix i18n.

CCMAIL: 72239-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=290910
This commit is contained in:
Luboš Luňák 2004-02-24 13:32:39 +00:00
parent 307ee66123
commit 9ace7a3634

View file

@ -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;