summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-03 19:11:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-03 19:11:57 +0900
commit92db1f5d7def569dee1639a3c2228a49533f1b1c (patch)
treea7e455450a965529171aa3fe7f9d437670282ce9
parent2d54ec8778ffa8be0cbe30ccf6ed4db7c89698eb (diff)
downloaddolphin-92db1f5d.tar.gz
dolphin-92db1f5d.zip
Added icon to Properties popup menu entry.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7bbdab4dd258c9329c4464f05d3c2904f0955d9)
-rw-r--r--src/dolphin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp
index 747eb93..9365671 100644
--- a/src/dolphin.cpp
+++ b/src/dolphin.cpp
@@ -1199,7 +1199,7 @@ void Dolphin::setupActions()
actionCollection(), "delete");
deleteAction->setIcon("edit-delete");
- new TDEAction(i18n("Propert&ies"), "Alt+Return",
+ new TDEAction(i18n("Propert&ies"), "edit", "Alt+Return",
TQT_TQOBJECT(this), TQT_SLOT(properties()),
actionCollection(), "properties");