|
|
@ -32,10 +32,10 @@ email :
|
|
|
|
static const char description[] = I18N_NOOP("KMPlayer");
|
|
|
|
static const char description[] = I18N_NOOP("KMPlayer");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "+[File]", I18N_NOOP("file to open"), 0 },
|
|
|
|
{ "+[File]", I18N_NOOP("file to open"), 0 },
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
// INSERT YOUR COMMANDLINE OPTIONS HERE
|
|
|
|
// INSERT YOUR COMMANDLINE OPTIONS HERE
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|