diff options
author | Michele Calgaro <[email protected]> | 2020-12-03 19:11:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-03 19:11:35 +0900 |
commit | a7bbdab4dd258c9329c4464f05d3c2904f0955d9 (patch) | |
tree | d43ba79273f8d1ac8b45e900af5d1d9f263183c9 | |
parent | fd91cdd077d6dadeac297d6cbe9c0388b0751fac (diff) | |
download | dolphin-a7bbdab4dd258c9329c4464f05d3c2904f0955d9.tar.gz dolphin-a7bbdab4dd258c9329c4464f05d3c2904f0955d9.zip |
Added icon to Properties popup menu entry.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/dolphin.cpp | 2 |
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"); |