From f7afbdd827a0c5285a55e09d6a644396e47cfbbd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Dec 2020 19:46:34 +0900 Subject: [PATCH] Added icon to Properties popup menu entry. Signed-off-by: Michele Calgaro --- krusader/krusader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krusader/krusader.cpp b/krusader/krusader.cpp index 560426a..3ff7f81 100644 --- a/krusader/krusader.cpp +++ b/krusader/krusader.cpp @@ -622,7 +622,7 @@ void Krusader::setupActions() { SLOTS, TQT_SLOT( createChecksum() ), actionCollection(), "create checksum" ); actMatchChecksum = new TDEAction( i18n( "Verify Checksum..." ), "match_checksum", 0, SLOTS, TQT_SLOT( matchChecksum() ), actionCollection(), "match checksum" ); - actProperties = new TDEAction( i18n( "&Properties..." ), 0, ALT+Key_Enter, + actProperties = new TDEAction( i18n( "&Properties..." ), "edit", ALT+Key_Enter, SLOTS, TQT_SLOT( properties() ), actionCollection(), "properties" ); actPack = new TDEAction( i18n( "Pac&k..." ), "kr_arc_pack", ALT + Key_P, SLOTS, TQT_SLOT( slotPack() ), actionCollection(), "pack" );