summaryrefslogtreecommitdiff
path: root/src/rekonqui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r--src/rekonqui.rc14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc
index 323e775b..3a9ab682 100644
--- a/src/rekonqui.rc
+++ b/src/rekonqui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="rekonq" version="12">
+<kpartgui name="rekonq" version="13">
<MenuBar>
<!-- ============ FILE menu =========== -->
<Menu name="file" noMerge="1"><text>&amp;File</text>
@@ -57,13 +57,17 @@
<Action name="web inspector" />
</Menu>
<!-- ============ SETTINGS menu =========== -->
-<Menu name="settings" noMerge="1"><text>&amp;Settings</text>
- <Action name="options_show_statusbar" />
- <Separator/>
+<Menu name="settings" noMerge="1">
+ <text>&amp;Settings</text>
+ <!--
+ Disable merging because we do not want the "fullscreen" action to appear
+ here, since it is already in the "view" menu.
+ -->
+ <Action name="options_show_menubar"/>
<Action name="options_configure_keybinding"/>
<Action name="options_configure_toolbars"/>
<Action name="options_configure"/>
-</Menu>
+</Menu>
</MenuBar>
<!-- ============ Main ToolBar =========== -->