summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:49:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:49:00 -0500
commit3789284bc265c9b0e922ad3dcbafa84da4d778fd (patch)
treed23d63402e91ce55045005614de8f651d8e409ba
parentb6e17e43f3380786d13c58172421e4b03741141b (diff)
downloadkshowmail-3789284b.tar.gz
kshowmail-3789284b.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--kshowmail/kshowmail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/kshowmail.cpp b/kshowmail/kshowmail.cpp
index af64369..4c089c7 100644
--- a/kshowmail/kshowmail.cpp
+++ b/kshowmail/kshowmail.cpp
@@ -133,7 +133,7 @@ void KShowMailApp::initActions ()
new TDEAction( i18n( "Show &header of highlighted messages" ), "letter-closed", Key_F2, this, SLOT( slotShowHeader() ), actionCollection(), "show_header" );
new TDEAction( i18n( "Show &complete highlighted messages" ), "letter-open", Key_F3, this, SLOT( slotShowMessage() ), actionCollection(), "show_complete" );
new TDEAction( i18n( "&Delete highlighted messages" ), "eraser", Key_Delete, this, SLOT( slotDelete() ), actionCollection(), "delete" );
- new TDEAction( i18n( "S&top current transfer" ), "stop", 0, this, SLOT( slotStop() ), actionCollection(), "stop" );
+ new TDEAction( i18n( "S&top current transfer" ), "process-stop", 0, this, SLOT( slotStop() ), actionCollection(), "stop" );
new TDEAction( i18n( "Show Filter Log" ), "log", Key_F4, this, SLOT( slotShowFilterLog() ), actionCollection(), "show_filterlog" );
new TDEAction( i18n( "Add sender to whitelist" ), "add_user", 0, this, SLOT( slotAddToWhitelist() ), actionCollection(), "addWhitelist" );
new TDEAction( i18n( "Add sender to blacklist" ), "delete_user", 0, this, SLOT( slotAddToBlacklist() ), actionCollection(), "addBlacklist" );