Added icon to Properties popup menu entry.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/16/head
Michele Calgaro 3 years ago
parent fd91cdd077
commit a7bbdab4dd
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