summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/exe_dlg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 22:21:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 22:21:23 -0600
commitb6609bb30d91121e98eb2bbe2cf89ff144680e84 (patch)
tree5d8a9133155e9e2e9cde60e2cc3670de03ae5d35 /kicker/kicker/ui/exe_dlg.cpp
parent2242eb95a7bcd686207e2043340fed5ccc8b7609 (diff)
parent56a663b7c2cf18978a349015b6e19f1d898e8bb9 (diff)
downloadtdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.tar.gz
tdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kicker/kicker/ui/exe_dlg.cpp')
-rw-r--r--kicker/kicker/ui/exe_dlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/exe_dlg.cpp b/kicker/kicker/ui/exe_dlg.cpp
index 6b1dd15ef..209e08270 100644
--- a/kicker/kicker/ui/exe_dlg.cpp
+++ b/kicker/kicker/ui/exe_dlg.cpp
@@ -49,11 +49,11 @@ PanelExeDialog::PanelExeDialog(const TQString& title, const TQString& descriptio
const TQString &path, const TQString &icon,
const TQString &cmd, bool inTerm,
TQWidget *parent, const char *name)
- : KDialogBase(parent, name, false, i18n("Non-KDE Application Configuration"), Ok|Cancel, Ok, true),
+ : KDialogBase(parent, name, false, i18n("Non-TDE Application Configuration"), Ok|Cancel, Ok, true),
m_icon(icon.isEmpty() ? "exec" : icon),
m_iconChanged(false)
{
- setCaption(i18n("Non-KDE Application Configuration"));
+ setCaption(i18n("Non-TDE Application Configuration"));
TQFileInfo fi(path);
ui = new NonKDEButtonSettings(makeVBoxMainWidget());