diff options
author | Michele Calgaro <[email protected]> | 2021-04-09 21:46:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-04-09 21:46:53 +0900 |
commit | c5a2cc523a7cc76a83e6f1261dd3821bf5323154 (patch) | |
tree | 75dcd653e05eca42e9f97bf06c097622871c47c7 | |
parent | 865824b3bf38a9aa1758670e316147a88dc9e3f3 (diff) | |
download | krusader-c5a2cc523a7cc76a83e6f1261dd3821bf5323154.tar.gz krusader-c5a2cc523a7cc76a83e6f1261dd3821bf5323154.zip |
Use new icons in tdelibs for krename.r14.0.10
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7cd34fb6db8c82d6b58580aa39a97744b4d002d2)
-rw-r--r-- | krusader/krusader.cpp | 2 |
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" ); |