diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 12:47:31 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 12:47:31 -0500 |
commit | 7e31dd4f4675fade962bd7b177d5d1f8261e8da5 (patch) | |
tree | 03034e4279b1e499266095fe2980cdbbe77b61ad | |
parent | 18d366a25797e025954223dff97a5e522da6812f (diff) | |
download | kftpgrabber-7e31dd4f4675fade962bd7b177d5d1f8261e8da5.tar.gz kftpgrabber-7e31dd4f4675fade962bd7b177d5d1f8261e8da5.zip |
Bring undo, redo, find, and revert icons into XDG compliance
-rw-r--r-- | kftpgrabber/src/widgets/queueview/queueview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/queueview/queueview.cpp b/kftpgrabber/src/widgets/queueview/queueview.cpp index 59b0790..a1adfb8 100644 --- a/kftpgrabber/src/widgets/queueview/queueview.cpp +++ b/kftpgrabber/src/widgets/queueview/queueview.cpp @@ -571,7 +571,7 @@ void QueueView::initActions() m_pauseAction = new TDEAction(i18n("&Pause"), "player_pause", TDEShortcut(), this, SLOT(slotPause()), m_actionCollection, "pause"); m_stopAction = new TDEAction(i18n("St&op"), "player_stop", TDEShortcut(), this, SLOT(slotStop()), m_actionCollection, "stop"); m_addAction = new TDEAction(i18n("&Add Transfer..."), "filenew", TDEShortcut(), this, SLOT(slotAdd()), m_actionCollection, "add"); - m_searchAction = new TDEAction(i18n("&Search && Replace..."), "find", TDEShortcut(), this, SLOT(slotSearch()), m_actionCollection, "search"); + m_searchAction = new TDEAction(i18n("&Search && Replace..."), "edit-find", TDEShortcut(), this, SLOT(slotSearch()), m_actionCollection, "search"); m_filterAction = new TDEToggleAction(i18n("Show &Filter"), "filter", TDEShortcut(), this, SLOT(slotFilter()), m_actionCollection, "filter"); m_saveAction->setEnabled( false ); |