┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-18 13:55:24 +0300
committerRoman Inflianskas <[email protected]>2018-03-18 15:08:36 +0300
commit6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (patch)
tree5359826c922bbf9fbb6ce1de36c14489e54146f4 /src/dolphinui.rc
parenteb68fae15cdbf15e894d1a9d555c88d306261cc2 (diff)
Add "Show Target" into symlink context menu and file menu
Summary: Add "Show Target" into symlink context menu and file menu FEATURE: 215069 Reviewers: ngraham, elvisangelaccio Reviewed By: ngraham, elvisangelaccio 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, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 873bca7c7..566f50fc8 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="18">
+<kpartgui name="dolphin" version="19">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -12,7 +12,7 @@
<Action name="movetotrash" />
<Action name="deletefile" />
<Separator/>
- <Action name="show_original" />
+ <Action name="show_target" />
<Separator/>
<Action name="properties" />
</Menu>