summaryrefslogtreecommitdiffstats
path: root/kiosktool/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 18:30:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 18:30:11 -0500
commit30301db949fbd5315c7d8c95190f7f17e36d12ba (patch)
tree7cb6ca4395665c03a4261faac5f45e38f73c3467 /kiosktool/main.cpp
parentf64d66554147b1560bf9fbbb2cd67bdf9ac1b3b3 (diff)
downloadkiosktool-30301db949fbd5315c7d8c95190f7f17e36d12ba.tar.gz
kiosktool-30301db949fbd5315c7d8c95190f7f17e36d12ba.zip
Rename kderc -> tderc in support of bug report 1447.
Diffstat (limited to 'kiosktool/main.cpp')
-rw-r--r--kiosktool/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp
index 8f8f2b8..94918e5 100644
--- a/kiosktool/main.cpp
+++ b/kiosktool/main.cpp
@@ -35,12 +35,12 @@ static const char *description =
static const char *version = "1.0";
#ifndef KDERC
-#define KDERC "/etc/kderc"
+#define KDERC "/etc/tderc"
#endif
static const TDECmdLineOptions options[] =
{
- { "kderc <file>", I18N_NOOP("kderc file to save settings to"), KDERC },
+ { "tderc <file>", I18N_NOOP("tderc file to save settings to"), KDERC },
TDECmdLineLastOption
};