summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/failedtransfers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/failedtransfers.cpp')
-rw-r--r--kftpgrabber/src/widgets/failedtransfers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/failedtransfers.cpp b/kftpgrabber/src/widgets/failedtransfers.cpp
index e256284..752ca59 100644
--- a/kftpgrabber/src/widgets/failedtransfers.cpp
+++ b/kftpgrabber/src/widgets/failedtransfers.cpp
@@ -117,7 +117,7 @@ void FailedTransfers::initActions()
m_restartAction = new TDEAction(i18n("&Restart Transfer"), "launch", TDEShortcut(), this, SLOT(slotRestart()), actionCollection(), "launch");
m_addToQueueAction = new TDEAction(i18n("&Add To Queue"), "queue", TDEShortcut(), this, SLOT(slotAddToQueue()), actionCollection(), "addtoqueue");
m_addAllToQueueAction = new TDEAction(i18n("Add All To Queue"), TDEShortcut(), this, SLOT(slotAddAllToQueue()), actionCollection(), "addalltoqueue");
- m_removeAction = new TDEAction(i18n("R&emove"), "editdelete", TDEShortcut(), this, SLOT(slotRemove()), actionCollection(), "remove");
+ m_removeAction = new TDEAction(i18n("R&emove"), "edit-delete", TDEShortcut(), this, SLOT(slotRemove()), actionCollection(), "remove");
m_removeAllAction = new TDEAction(i18n("Remove All"), TDEShortcut(), this, SLOT(slotRemoveAll()), actionCollection(), "removeall");
}