┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-03 16:36:44 +0300
committerRoman Inflianskas <[email protected]>2018-03-14 22:02:30 +0300
commit86f4fcb8cd574f6d886627fc5e01c9edfc84e977 (patch)
tree7e8f6c85b312d156ea1a881e35bd4075720001f7 /src/dolphinui.rc
parent6ab76d791caa552091057f88365b24847014ff1d (diff)
Add "Open symlink destination folder" into symlink's context menu
Summary: This is not complete. I'm wondering about "Open symlink destination folder in new tab/window". Feature wants also "Copy symlink destination". I dislike this, because then it's good to have "Cut symlink destination" and that's too much. FEATURE: 215069 Reviewers: #dolphin, ngraham Reviewed By: #dolphin, ngraham Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin Differential Revision: https://phabricator.kde.org/D10990
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index f2ef10659..873bca7c7 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="17">
+<kpartgui name="dolphin" version="18">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -12,6 +12,8 @@
<Action name="movetotrash" />
<Action name="deletefile" />
<Separator/>
+ <Action name="show_original" />
+ <Separator/>
<Action name="properties" />
</Menu>
<Menu name="edit">