|
|
@ -308,9 +308,9 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const
|
|
|
|
if (comment.isEmpty())
|
|
|
|
if (comment.isEmpty())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!generic.isEmpty())
|
|
|
|
if (!generic.isEmpty())
|
|
|
|
setPrompt(defaultComment.tqarg(generic));
|
|
|
|
setPrompt(defaultComment.arg(generic));
|
|
|
|
else
|
|
|
|
else
|
|
|
|
setPrompt(defaultComment.tqarg(cmd));
|
|
|
|
setPrompt(defaultComment.arg(cmd));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
setPrompt(comment);
|
|
|
|
setPrompt(comment);
|
|
|
|