summaryrefslogtreecommitdiffstats
path: root/certmanager
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager')
-rw-r--r--certmanager/certmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp
index ea1910fc..c818824f 100644
--- a/certmanager/certmanager.cpp
+++ b/certmanager/certmanager.cpp
@@ -262,7 +262,7 @@ void CertManager::createActions() {
connectEnableOperationSignal( TQT_TQOBJECT(this), action );
- action = new TDEAction( i18n("Stop Operation"), "stop", Key_Escape,
+ action = new TDEAction( i18n("Stop Operation"), "process-stop", Key_Escape,
TQT_TQOBJECT(this), TQT_SIGNAL(stopOperations()),
actionCollection(), "view_stop_operations" );
action->setEnabled( false );