diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 01:08:20 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 01:08:20 +0200 |
commit | 921d24971c70061fab1708dd10840b10bb91d0dd (patch) | |
tree | c1fd0651ebbc997ecb880cdb5c2cf136cecf1807 /src/rekonqui.rc | |
parent | rekonq 0.1.9 : Going back to future (diff) | |
download | rekonq-921d24971c70061fab1708dd10840b10bb91d0dd.tar.xz |
Bookmark Action Menu
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 34e705f0..dfb7aef7 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -55,7 +55,7 @@ </Action> <!-- ============ BOOKMARKS menu =========== --> -<Action name="bookmarks" ><text>&Bookmarks</text> +<Action name="bookmarksActionMenu" ><text>&Bookmarks</text> </Action> <!-- ============ TOOLS menu =========== --> @@ -88,7 +88,7 @@ <Action name="stop_reload" /> <Action name="go_home" /> <Action name="url_bar" /> - <Action name="rekonq_add_bookmark" /> + <Action name="bookmarksActionMenu" /> <Action name="options_configure" /> </ToolBar> |