summaryrefslogtreecommitdiffstats
path: root/kjumpingcube
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:08 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:08 -0500
commit34c74aed8ee44272f59c24150c13ac96a6b9e0a6 (patch)
treece2113acecb6cdd354c55bd88d6c41c1bc62d5de /kjumpingcube
parent7e183aba69092545125f18bb2930283b46bfc154 (diff)
downloadtdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.tar.gz
tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kjumpingcube')
-rw-r--r--kjumpingcube/kjumpingcube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjumpingcube/kjumpingcube.cpp b/kjumpingcube/kjumpingcube.cpp
index 8813d018..6981b449 100644
--- a/kjumpingcube/kjumpingcube.cpp
+++ b/kjumpingcube/kjumpingcube.cpp
@@ -83,7 +83,7 @@ void KJumpingCube::initTDEAction() {
KStdGameAction::quit(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection());
hintAction = KStdGameAction::hint(TQT_TQOBJECT(view), TQT_SLOT(getHint()), actionCollection());
- stopAction = new TDEAction(i18n("Stop &Thinking"), "stop",
+ stopAction = new TDEAction(i18n("Stop &Thinking"), "process-stop",
TQt::Key_Escape, TQT_TQOBJECT(this), TQT_SLOT(stop()), actionCollection(), "game_stop");
stopAction->setEnabled(false);
undoAction = KStdGameAction::undo(TQT_TQOBJECT(this), TQT_SLOT(undo()), actionCollection());