summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/failedtransfers.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:46 -0500
commit48fce57aa3745e3dcc2f75cf1f099291864d2df8 (patch)
tree12dffdd89c63a99876763dfbf0c197341c10b315 /kftpgrabber/src/widgets/failedtransfers.cpp
parent7e31dd4f4675fade962bd7b177d5d1f8261e8da5 (diff)
downloadkftpgrabber-48fce57aa3745e3dcc2f75cf1f099291864d2df8.tar.gz
kftpgrabber-48fce57aa3745e3dcc2f75cf1f099291864d2df8.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
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");
}