summaryrefslogtreecommitdiffstats
path: root/kommander
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:19 -0500
commite12d7923a7bef0cbc7a5a702ffec61f5c25a30e6 (patch)
treed79bc3767501a532e1e2f2cd70ef7a4aeee4691d /kommander
parent5ebe83623b61746d7ec87e82ab851b5b67ca26a0 (diff)
downloadtdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.tar.gz
tdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kommander')
-rw-r--r--kommander/editor/mainwindowactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index 80f490d4..eb8fd6b3 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -473,7 +473,7 @@ void MainWindow::setupRunActions()
TQPopupMenu *menu = new TQPopupMenu(this, "Run");
menuBar()->insertItem(i18n("&Run"), menu);
- TDEAction* a = new TDEAction(i18n("Run Dialog"), "run", CTRL + Key_R,
+ TDEAction* a = new TDEAction(i18n("Run Dialog"), "system-run", CTRL + Key_R,
TQT_TQOBJECT(this), TQT_SLOT(runForm()), actionCollection(), "run");
a->setToolTip(i18n("Executes dialog"));
a->setWhatsThis(whatsThisFrom("Run|Run dialog"));