diff options
Diffstat (limited to 'kmag/kmag.cpp')
-rw-r--r-- | kmag/kmag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp index 1c413c0..0c0e483 100644 --- a/kmag/kmag.cpp +++ b/kmag/kmag.cpp @@ -130,7 +130,7 @@ void KmagApp::initActions() TQT_SLOT(slotFileNewWindow()), actionCollection(),"new_window"); fileNewWindow->setToolTip(i18n("Open a new KMagnifier window")); - refreshSwitch = new TDEAction(i18n("&Stop"), "stop", TDEStdAccel::reload(), TQT_TQOBJECT(this), + refreshSwitch = new TDEAction(i18n("&Stop"), "process-stop", TDEStdAccel::reload(), TQT_TQOBJECT(this), TQT_SLOT(slotToggleRefresh()), actionCollection(), "start_stop_refresh"); refreshSwitch->setToolTip(i18n("Click to stop window refresh")); refreshSwitch->setWhatsThis(i18n("Clicking on this icon will <b>start</b> / <b>stop</b>\ |