|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
static const char *description =
|
|
|
|
|
I18N_NOOP("\nKMyMoney, the Personal Finance Manager for TDE.\n\nPlease consider contributing to this project with code and/or suggestions.");
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "lang <lang-code>", I18N_NOOP("language to be used"), 0 },
|
|
|
|
|
{ "n", I18N_NOOP("don't open last used file"), 0},
|
|
|
|
@ -64,7 +64,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
// INSERT YOUR COMMANDLINE OPTIONS HERE
|
|
|
|
|
{ "+[File]", I18N_NOOP("file to open"), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
TQTime timer;
|
|
|
|
|