diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:11:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:11:37 +0100 |
commit | 6ebcdb1aa9e4a2f59cf1dd7e38a39be5d8e1c31b (patch) | |
tree | 2264343faf7972ba4c4fefde639b4f092003b125 /src/rekonqui.rc | |
parent | Better menus, icons.. (diff) | |
download | rekonq-6ebcdb1aa9e4a2f59cf1dd7e38a39be5d8e1c31b.tar.xz |
Solved history && bookmarks menu problems..
YEAH!!
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 5c4ef58e..a3502229 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -38,12 +38,12 @@ <Menu name="view" noMerge="1"><text>&View</text> <Action name="view_redisplay" /> <Separator/> - <Menu name="fontmenu"> - <text>make text..</text> +<!-- <Menu name="fontmenu"> --> +<!-- <text>make text..</text> --> <Action name="bigger font" /> <Action name="normal font" /> <Action name="smaller font" /> - </Menu> +<!-- </Menu> --> <Separator/> <Action name="page source" /> <Action name="fullscreen" /> @@ -51,6 +51,8 @@ <!-- ============ GO menu =========== --> <Menu name="go" deleted="true"> </Menu> +<!-- ============ BOOKMARKS menu =========== --> +<Action name="bookmarks" /> <!-- ============ TOOLS menu =========== --> <Menu name="tools"> <Action name="downloads" /> @@ -58,7 +60,7 @@ </Menu> <!-- ============ SETTINGS menu =========== --> <Menu name="settings" noMerge="1"><text>&Settings</text> - <Action name="options_show_statusbar"/> + <Action name="options_show_statusbar" /> <Separator/> <Action name="options_configure_keybinding"/> <Action name="options_configure_toolbars"/> |