diff options
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> |