From 92db1f5d7def569dee1639a3c2228a49533f1b1c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Dec 2020 19:11:35 +0900 Subject: [PATCH] Added icon to Properties popup menu entry. Signed-off-by: Michele Calgaro (cherry picked from commit a7bbdab4dd258c9329c4464f05d3c2904f0955d9) --- src/dolphin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");