diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:52:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:52:03 -0500 |
commit | c89b28c8a2b636fbc9a3cb30993a5679eb2adbb4 (patch) | |
tree | 1b708d05883258552e46aabfa3a1d64d74630891 /cervisia | |
parent | 1d09425a75c9cb42de5d6daf0c5c7968f703f2ee (diff) | |
download | tdesdk-c89b28c8a2b636fbc9a3cb30993a5679eb2adbb4.tar.gz tdesdk-c89b28c8a2b636fbc9a3cb30993a5679eb2adbb4.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/cervisiapart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/cervisiapart.cpp b/cervisia/cervisiapart.cpp index ef6f42ee..742091c7 100644 --- a/cervisia/cervisiapart.cpp +++ b/cervisia/cervisiapart.cpp @@ -321,7 +321,7 @@ void CervisiaPart::setupActions() // // View Menu // - action = new TDEAction( i18n("Stop"), "stop", Key_Escape, + action = new TDEAction( i18n("Stop"), "process-stop", Key_Escape, TQT_TQOBJECT(protocol), TQT_SLOT(cancelJob()), actionCollection(), "stop_job" ); action->setEnabled( false ); |