summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-04-09 21:46:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-04-09 21:46:53 +0900
commitc5a2cc523a7cc76a83e6f1261dd3821bf5323154 (patch)
tree75dcd653e05eca42e9f97bf06c097622871c47c7
parent865824b3bf38a9aa1758670e316147a88dc9e3f3 (diff)
downloadkrusader-c5a2cc52.tar.gz
krusader-c5a2cc52.zip
Use new icons in tdelibs for krename.r14.0.10
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7cd34fb6db8c82d6b58580aa39a97744b4d002d2)
-rw-r--r--krusader/krusader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/krusader.cpp b/krusader/krusader.cpp
index cae732c..42dedfd 100644
--- a/krusader/krusader.cpp
+++ b/krusader/krusader.cpp
@@ -715,7 +715,7 @@ void Krusader::setupActions() {
SLOTS, TQT_SLOT( customFilter() ), actionCollection(), "custom files" );
actCompare = new TDEAction( i18n( "Compare b&y Content..." ), "application-vnd.tde.tdemultiple", 0,
SLOTS, TQT_SLOT( compareContent() ), actionCollection(), "compare" );
- actMultiRename = new TDEAction( i18n( "Multi &Rename..." ), "krename", SHIFT + Key_F9,
+ actMultiRename = new TDEAction( i18n( "Multi &Rename..." ), "edit_rename", SHIFT + Key_F9,
SLOTS, TQT_SLOT( multiRename() ), actionCollection(), "multirename" );
new TDEAction( i18n( "Right-click Menu" ), Key_Menu,
SLOTS, TQT_SLOT( rightclickMenu() ), actionCollection(), "rightclick menu" );