Since the messages are in kwin's .po file, I guess this is needed.

svn path=/trunk/kdebase/kwin/; revision=254815
This commit is contained in:
Luboš Luňák 2003-09-29 11:21:28 +00:00
parent a406bee353
commit c8c1c6c764

View file

@ -69,6 +69,7 @@ int main( int argc, char* argv[] )
I18N_NOOP( "KWin utility" ), "1.0" ); I18N_NOOP( "KWin utility" ), "1.0" );
KCmdLineArgs::addCmdLineOptions( options ); KCmdLineArgs::addCmdLineOptions( options );
KApplication app; KApplication app;
KGlobal::locale()->insertCatalogue( "kwin" ); // the messages are in kwin's .po file
KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
QCString hostname = args->getOption( "hostname" ); QCString hostname = args->getOption( "hostname" );
bool pid_ok = false; bool pid_ok = false;