diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:58 -0500 |
commit | 965d0b09cf8c761c2027dc9412e5ffb4f47546ff (patch) | |
tree | f6feab031dbacec6ccee932ba3160f6247839aeb /certmanager | |
parent | 7c7b317942da0a203cfd000ab53cd0f2891316de (diff) | |
download | tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.tar.gz tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'certmanager')
-rw-r--r-- | certmanager/certmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index ea1910fc5..c818824f0 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 ); |