summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsmgr
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:21 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:21 -0500
commite0af5b18e894a224debb728dced7d5f5445f55bc (patch)
tree22d30bf33d487b9cce9b66d016a124624b30a241 /kttsd/kttsmgr
parentc7b030cdf1de65541221fce5b4cc3ba57e7a46ae (diff)
downloadtdeaccessibility-e0af5b18e894a224debb728dced7d5f5445f55bc.tar.gz
tdeaccessibility-e0af5b18e894a224debb728dced7d5f5445f55bc.zip
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'kttsd/kttsmgr')
-rw-r--r--kttsd/kttsmgr/kttsmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp
index ee24e57..e155fee 100644
--- a/kttsd/kttsmgr/kttsmgr.cpp
+++ b/kttsd/kttsmgr/kttsmgr.cpp
@@ -182,7 +182,7 @@ KttsMgrTray::KttsMgrTray(TQWidget *parent):
i18n("&Speak Clipboard Contents"), this, TQT_SLOT(speakClipboardSelected()));
id = contextMenu()->insertItem (TDEGlobal::iconLoader()->loadIcon("process-stop", TDEIcon::Small),
i18n("&Hold"), this, TQT_SLOT(holdSelected()));
- id = contextMenu()->insertItem (TDEGlobal::iconLoader()->loadIcon("exec", TDEIcon::Small),
+ id = contextMenu()->insertItem (TDEGlobal::iconLoader()->loadIcon("application-x-executable", TDEIcon::Small),
i18n("Resume"), this, TQT_SLOT(resumeSelected()));
id = contextMenu()->insertSeparator();
id = contextMenu()->insertItem (TDEGlobal::iconLoader()->loadIcon("contents", TDEIcon::Small),