┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorNerdopolis Turfwalker <[email protected]>2018-06-02 16:38:01 +0200
committerElvis Angelaccio <[email protected]>2018-06-02 16:39:42 +0200
commit97801e2cdb22411de58d2c67f8b82b466f8dff82 (patch)
treea43fcd5f697b9e8a51603e323e745064e6af8706 /src/dolphinui.rc
parent621cd24acfec8cbed19e9aa6ff8650cd6f38f809 (diff)
Add 'Sort By' and 'View Mode' into Dolphin file context menus
Summary: This adds the 'Sort By' and 'View Mode' options into the context menu of Dolphin within the file browser. I keep looking for these option (especially sort by) in the Context Menu, and keep forgetting to go to the menu. It also makes the order of "View Mode" and "Sort By" options consistent in the control menu Test Plan: Made sure that the options appeared when right clicking on an empty space. Reviewers: #dolphin, ngraham, elvisangelaccio Reviewed By: #dolphin, ngraham, elvisangelaccio Subscribers: question, markg, elvisangelaccio, mmustac, rkflx, ngraham, kfm-devel, #dolphin Tags: #dolphin Differential Revision: https://phabricator.kde.org/D12911
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 ea3609c64..282ea63e5 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="20">
+<kpartgui name="dolphin" version="21">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -21,8 +21,8 @@
<Action name="invert_selection" />
</Menu>
<Menu name="view">
- <Action name="view_mode" />
<Action name="sort" />
+ <Action name="view_mode" />
<Action name="additional_info" />
<Action name="show_preview" />
<Action name="show_in_groups" />