summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:35 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:35 -0500
commit66037b6639b672761ea63b1ee6d8af67b1651797 (patch)
tree06d3c1c4a94b1fe4977b948771026a9972298e5a /src
parent09e73101415bf3479cd45e5eb7f488cc5dbb6bff (diff)
downloadknowit-66037b6639b672761ea63b1ee6d8af67b1651797.tar.gz
knowit-66037b6639b672761ea63b1ee6d8af67b1651797.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r--src/knowit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.cpp b/src/knowit.cpp
index 62531ec..7cb6b65 100644
--- a/src/knowit.cpp
+++ b/src/knowit.cpp
@@ -217,7 +217,7 @@ Knowit::Knowit(TQWidget*, const char *name) : TDEMainWindow(0, name),
TQT_SLOT(slotLinkAdd()), actionCollection(), "link_add");
new TDEAction(i18n("&Remove link"), "", "", TQT_TQOBJECT(this),
TQT_SLOT(slotLinkRemove()), actionCollection(), "link_remove");
- new TDEAction(i18n("Open link"), "run", "", TQT_TQOBJECT(this),
+ new TDEAction(i18n("Open link"), "system-run", "", TQT_TQOBJECT(this),
TQT_SLOT(slotLinkOpen()), actionCollection(), "link_open");
new TDEAction(i18n("Open link with..."), "", "", TQT_TQOBJECT(this),
TQT_SLOT(slotLinkOpenWith()), actionCollection(), "link_open_with");