From 3d7141e517b1419859188f253bc91e4162c18de4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 28 Apr 2012 20:23:20 -0500 Subject: Reverse patch from GIT hash 2b178a5320 11-10-26 (SVN revision 1260900). This patch causes conflicts with running kate concurrently as user and root via tdesu, as reported in bug report 927. --- tdesu/tdesu/tdesu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu/tdesu/tdesu.cpp') diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp index 90cb871ca..bb473a7ef 100644 --- a/tdesu/tdesu/tdesu.cpp +++ b/tdesu/tdesu/tdesu.cpp @@ -62,7 +62,7 @@ static KCmdLineOptions options[] = { { "t", I18N_NOOP("Enable terminal output (no password keeping)"), 0 }, { "p ", I18N_NOOP("Set priority value: 0 <= prio <= 100, 0 is lowest"), "50" }, { "r", I18N_NOOP("Use realtime scheduling"), 0 }, - { "newdcop", I18N_NOOP("Create a new dcopserver instance (this can break your current TDE session)"), 0 }, + { "nonewdcop", I18N_NOOP("Let command use existing dcopserver"), 0 }, { "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 }, { "i ", I18N_NOOP("Specify icon to use in the password dialog"), 0}, { "d", I18N_NOOP("Do not show the command to be run in the dialog"), 0}, -- cgit v1.2.3