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:
parent
a406bee353
commit
c8c1c6c764
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue