diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:19 -0500 |
commit | e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6 (patch) | |
tree | d79bc3767501a532e1e2f2cd70ef7a4aeee4691d /kommander/editor | |
parent | 5ebe83623b61746d7ec87e82ab851b5b67ca26a0 (diff) | |
download | tdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.tar.gz tdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/mainwindowactions.cpp | 2 |
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")); |