Fix FTBFS caused by commit dc36e4bf

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22d8855473)
r14.1.x
Michele Calgaro 8 months ago
parent 7be770e840
commit 95cc8dacd3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -46,7 +46,7 @@ static const TDECmdLineOptions options[] =
int main( int argc, char* argv[] )
{
TDELocale::setMainCatalogue( "twin" ); // the messages are in twin's .po file
TDELocale::insertCatalogue( "twin_lib" );
TDEGlobal::locale()->insertCatalogue( "twin_lib" );
TDECmdLineArgs::init( argc, argv, "twin_killer_helper", I18N_NOOP( "TWin" ),
I18N_NOOP( "TWin helper utility" ), "1.0" );
TDECmdLineArgs::addCmdLineOptions( options );

@ -310,7 +310,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
}
TDEGlobal::locale()->setMainCatalogue("twin");
TDELocale::insertCatalogue("twin_lib");
TDEGlobal::locale()->insertCatalogue( "twin_lib" );
TDEAboutData aboutData( "twin", I18N_NOOP("TWin"),
version, description, TDEAboutData::License_GPL,

@ -45,7 +45,7 @@ static const TDECmdLineOptions options[] =
int main( int argc, char* argv[] )
{
TDELocale::setMainCatalogue( "twin" ); // the messages are in twin's .po file
TDELocale::insertCatalogue( "twin_lib" );
TDEGlobal::locale()->insertCatalogue( "twin_lib" );
TDECmdLineArgs::init( argc, argv, "twin_resume_helper", I18N_NOOP( "TWin" ),
I18N_NOOP( "TWin helper utility" ), "1.0" );
TDECmdLineArgs::addCmdLineOptions( options );

Loading…
Cancel
Save