|
|
|
@ -132,11 +132,11 @@ int main( int argc, char* argv[] )
|
|
|
|
|
I18N_NOOP( "For the amazing K3b 1.0 theme." ),
|
|
|
|
|
"quant@trktvs.ru" );
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
|
|
|
|
|
if( K3bApplication::start() ) {
|
|
|
|
|
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
|
|
|
|
|
TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
if( args->isSet("lang") )
|
|
|
|
|
if( !KGlobal::locale()->setLanguage(args->getOption("lang")) )
|
|
|
|
|
kdDebug() << "Unable to set to language " << args->getOption("lang")
|
|
|
|
|