diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:31 -0500 |
commit | 95db838098f1a6b21a74e71f4b4459114b498808 (patch) | |
tree | d3a42a18027487e156bdcfccbf3660a651d10524 /kmag | |
parent | c4563138a2132c2a23e110fdac0f4509d28e21e2 (diff) | |
download | tdeaccessibility-95db838098f1a6b21a74e71f4b4459114b498808.tar.gz tdeaccessibility-95db838098f1a6b21a74e71f4b4459114b498808.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kmag')
-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>\ |