|
|
@ -310,7 +310,6 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
TDEGlobal::locale()->setMainCatalogue("twin");
|
|
|
|
TDEGlobal::locale()->setMainCatalogue("twin");
|
|
|
|
TDEGlobal::locale()->insertCatalogue( "twin_lib" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TDEAboutData aboutData( "twin", I18N_NOOP("TWin"),
|
|
|
|
TDEAboutData aboutData( "twin", I18N_NOOP("TWin"),
|
|
|
|
version, description, TDEAboutData::License_GPL,
|
|
|
|
version, description, TDEAboutData::License_GPL,
|
|
|
@ -343,6 +342,8 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
|
|
|
|
else
|
|
|
|
else
|
|
|
|
appname.sprintf("twin-screen-%d", KWinInternal::screen_number);
|
|
|
|
appname.sprintf("twin-screen-%d", KWinInternal::screen_number);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TDEGlobal::locale()->insertCatalogue("twin_lib");
|
|
|
|
|
|
|
|
|
|
|
|
DCOPClient* client = a.dcopClient();
|
|
|
|
DCOPClient* client = a.dcopClient();
|
|
|
|
client->registerAs( appname.data(), false);
|
|
|
|
client->registerAs( appname.data(), false);
|
|
|
|
client->setDefaultObject( "KWinInterface" );
|
|
|
|
client->setDefaultObject( "KWinInterface" );
|
|
|
|