|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
#include <tqfileinfo.h>
|
|
|
|
|
|
|
|
|
|
static const char *description =
|
|
|
|
|
I18N_NOOP("KdeSudo");
|
|
|
|
|
I18N_NOOP("TdeSudo");
|
|
|
|
|
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
{ "p <priority>", I18N_NOOP("Process priority, between 0 and 100, 0 the lowest [50]"), 0},
|
|
|
|
|
{ "r", I18N_NOOP("Use realtime scheduling"), 0},
|
|
|
|
|
{ "f <file>", I18N_NOOP("Use target UID if <file> is not writeable"), 0},
|
|
|
|
|
{ "t", I18N_NOOP("Fake option for KDE's KdeSu compatibility"), 0 },
|
|
|
|
|
{ "t", I18N_NOOP("Fake option for TDE's KdeSu compatibility"), 0 },
|
|
|
|
|
{ "n", I18N_NOOP("Do not keep password"), 0},
|
|
|
|
|
{ "nonewdcop", I18N_NOOP("Use existing DCOP server"), 0},
|
|
|
|
|
{ "comment <dialog text>", I18N_NOOP("The comment that should be displayed in the dialog"), 0},
|
|
|
|
|