summaryrefslogtreecommitdiffstats
path: root/lskat
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 /lskat
parent7e183aba69092545125f18bb2930283b46bfc154 (diff)
downloadtdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.tar.gz
tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'lskat')
-rw-r--r--lskat/lskat/lskat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lskat/lskat/lskat.cpp b/lskat/lskat/lskat.cpp
index dab5612a..4774855b 100644
--- a/lskat/lskat/lskat.cpp
+++ b/lskat/lskat/lskat.cpp
@@ -161,7 +161,7 @@ void LSkatApp::initGUI()
(void)KStdAction::openNew(TQT_TQOBJECT(this), TQT_SLOT(slotFileNew()), actionCollection(), "new_game");
ACTION("new_game")->setStatusText(i18n("Starting a new game..."));
ACTION("new_game")->setWhatsThis(i18n("Starting a new game..."));
- (void)new TDEAction(i18n("&End Game"),"stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slotFileEnd()),
+ (void)new TDEAction(i18n("&End Game"),"process-stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slotFileEnd()),
actionCollection(), "end_game");
ACTION("end_game")->setStatusText(i18n("Ending the current game..."));
ACTION("end_game")->setWhatsThis(i18n("Aborts a currently played game. No winner will be declared."));