Added icon to Properties popup menu entry.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a7bbdab4dd)
r14.0.x
Michele Calgaro 3 years ago
parent 2d54ec8778
commit 92db1f5d7d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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");

Loading…
Cancel
Save