diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:08 -0500 |
commit | 34c74aed8ee44272f59c24150c13ac96a6b9e0a6 (patch) | |
tree | ce2113acecb6cdd354c55bd88d6c41c1bc62d5de /kjumpingcube/kjumpingcube.cpp | |
parent | 7e183aba69092545125f18bb2930283b46bfc154 (diff) | |
download | tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.tar.gz tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kjumpingcube/kjumpingcube.cpp')
-rw-r--r-- | kjumpingcube/kjumpingcube.cpp | 2 |
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()); |