summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:48:09 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:48:09 -0500
commitb18099fab78b7ab3db60d24b7d0657699b6320ee (patch)
treeb5308d012e5f0da484896b78265f28306a2ed3a2
parentfe942d39c4f124e9f1600ef6caeaec2b0c9e1459 (diff)
downloadkrusader-b18099fab78b7ab3db60d24b7d0657699b6320ee.tar.gz
krusader-b18099fab78b7ab3db60d24b7d0657699b6320ee.zip
Bring undo, redo, find, and revert icons into XDG compliance
-rw-r--r--krusader/krusader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/krusader.cpp b/krusader/krusader.cpp
index c076b5b..510f556 100644
--- a/krusader/krusader.cpp
+++ b/krusader/krusader.cpp
@@ -691,7 +691,7 @@ void Krusader::setupActions() {
actFind = new TDEAction( i18n( "&Search..." ), "filefind", CTRL + Key_S,
SLOTS, TQT_SLOT( search() ), actionCollection(), "find" );
- actLocate = new TDEAction( i18n( "&Locate..." ), "find", SHIFT+CTRL + Key_L,
+ actLocate = new TDEAction( i18n( "&Locate..." ), "edit-find", SHIFT+CTRL + Key_L,
SLOTS, TQT_SLOT( locate() ), actionCollection(), "locate" );
actSyncDirs = new TDEAction( i18n( "Synchronize &Directories..." ), "kr_syncdirs", CTRL + Key_Y,
SLOTS, TQT_SLOT( slotSynchronizeDirs() ), actionCollection(), "sync dirs" );