summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-04-09 21:46:34 +0900
committerMichele Calgaro <[email protected]>2021-04-09 21:46:34 +0900
commit7cd34fb6db8c82d6b58580aa39a97744b4d002d2 (patch)
tree9df62a627d0d68c76a5f0541fd5d86d2e72f85af
parentc7d9c9c253bef506e05e584d32483c6ba585af5e (diff)
downloadkrusader-7cd34fb6db8c82d6b58580aa39a97744b4d002d2.tar.gz
krusader-7cd34fb6db8c82d6b58580aa39a97744b4d002d2.zip
Use new icons in tdelibs for krename.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--krusader/krusader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/krusader.cpp b/krusader/krusader.cpp
index 3ff7f81..0844088 100644
--- a/krusader/krusader.cpp
+++ b/krusader/krusader.cpp
@@ -730,7 +730,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" );