|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
#include <kcmdlineargs.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
|
|
|
|
|
KCmdLineOptions basket_options[] =
|
|
|
|
|
TDECmdLineOptions basket_options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "d", 0, 0 },
|
|
|
|
|
{ "debug", I18N_NOOP("Show the debug window"), 0 },
|
|
|
|
@ -35,7 +35,7 @@ KCmdLineOptions basket_options[] =
|
|
|
|
|
{ "k", 0, 0 },
|
|
|
|
|
{ "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 },
|
|
|
|
|
{ "+[file]", I18N_NOOP("Open basket archive or template"), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // BASKET_OPTIONS_H
|
|
|
|
|