diff options
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/toplevel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/toplevel.cpp b/kdict/toplevel.cpp index 72b22980..3ab47b05 100644 --- a/kdict/toplevel.cpp +++ b/kdict/toplevel.cpp @@ -315,7 +315,7 @@ void TopLevel::setupActions() actPrint->setEnabled(false); actStartQuery = new TDEAction(i18n("St&art Query"),"reload", 0 , TQT_TQOBJECT(this), TQT_SLOT(doDefine()), actionCollection(), "start_query"); - actStopQuery = new TDEAction(i18n("St&op Query"),"stop", 0 , TQT_TQOBJECT(this), + actStopQuery = new TDEAction(i18n("St&op Query"),"process-stop", 0 , TQT_TQOBJECT(this), TQT_SLOT(stopClients()), actionCollection(), "stop_query"); actStopQuery->setEnabled(false); KStdAction::quit(TQT_TQOBJECT(kapp), TQT_SLOT(closeAllWindows()), actionCollection()); |