|
|
|
@ -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."));
|
|
|
|
|