┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-03-26 23:22:21 +0100
committerPeter Penz <[email protected]>2011-03-26 23:26:39 +0100
commit9af429cae1ad040e48679360189fdb5f36de740e (patch)
tree720268ce7f6b629e954b6d2fe2416d39118a82a2 /src/dolphinui.rc
parenta90938c414687b6dd85d34a7c9fc16afa03e0b68 (diff)
Provide toolbar-menu when the menubar is hidden
Use a similar default UI like in Rekonq and other browsers: Hide the menubar and add access to all actions by a button in the toolbar. Of course it is still possible to show the menubar so that the same UI is given like before.
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 1223c43d2..82803cc1b 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="13">
+<kpartgui name="dolphin" version="14">
<MenuBar>
<Menu name="file">
<Action name="create_new" />
@@ -30,7 +30,7 @@
<Action name="stop" />
<Separator/>
<Action name="panels" />
- <Menu name="navigation_bar">
+ <Menu name="location_bar">
<text context="@title:menu">Location Bar</text>
<Action name="editable_location" />
<Action name="replace_location" />