diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 18:27:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 18:27:12 +0200 |
commit | b83de023d2fe60dca70f6662d4c9264b44db5aaf (patch) | |
tree | ea83eb76f9a89e42036bf5720f8d7ed4bc2f44ec /src/rekonqui.rc | |
parent | Importing some reverted changes (diff) | |
download | rekonq-b83de023d2fe60dca70f6662d4c9264b44db5aaf.tar.xz |
removing location toolbar to let toolbars be more configurable
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 4598f097..aa372538 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="rekonq" version="39"> +<gui name="rekonq" version="40"> <MenuBar> @@ -50,6 +50,10 @@ <Menu name="go" deleted="true"> </Menu> +<!-- ============ HISTORY menu =========== --> +<Action name="history" ><text>Hi&story</text> +</Action> + <!-- ============ BOOKMARKS menu =========== --> <Action name="bookmarks" ><text>&Bookmarks</text> </Action> @@ -87,11 +91,6 @@ <Action name="stop_reload" /> <Action name="go_home" /> <Action name="new_tab" /> -</ToolBar> - -<!-- ============ Location ToolBar =========== --> -<ToolBar name="locationToolBar" iconText="iconOnly" newline="false" noEdit="true"> -<text>Location Toolbar</text> <Action name="url_bar" /> <Action name="search_bar" /> </ToolBar> |