|
|
@ -389,7 +389,7 @@ void App::handleCliArgs() //static
|
|
|
|
|
|
|
|
|
|
|
|
void App::initCliArgs( int argc, char *argv[] ) //static
|
|
|
|
void App::initCliArgs( int argc, char *argv[] ) //static
|
|
|
|
{
|
|
|
|
{
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "+[URL(s)]", I18N_NOOP( "Files/URLs to open" ), 0 },
|
|
|
|
{ "+[URL(s)]", I18N_NOOP( "Files/URLs to open" ), 0 },
|
|
|
|
{ "r", 0, 0 },
|
|
|
|
{ "r", 0, 0 },
|
|
|
|