diff options
author | Cedric Bellegarde <gnumdk@gmail.com> | 2011-10-14 15:45:37 +0200 |
---|---|---|
committer | Cedric Bellegarde <gnumdk@gmail.com> | 2011-10-14 15:45:37 +0200 |
commit | 84ea9f718d140ed4991f9dce5954f4936d3c5a04 (patch) | |
tree | 470e43b920c0e6f904e5e451500aca85f7b337cd /src | |
parent | Fix crash on private mode store/restore (diff) | |
download | rekonq-84ea9f718d140ed4991f9dce5954f4936d3c5a04.tar.xz |
Update menu bar tools (useful for people using plasma-menubar/oxygen-appmenu)
Diffstat (limited to 'src')
-rw-r--r-- | src/rekonqui.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 94bfb4ad..66d34980 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -110,6 +110,12 @@ <Action name="web_inspector" /> <Action name="private_browsing" /> <Action name="clear_private_data" /> + <Action name="page_source" /> + <Action name="net_analyzer" /> + <Action name="set_editable" /> + <Separator/> + <Action name="useragent" /> + <Action name="adblock" /> </Menu> <!-- ============ SETTINGS menu =========== --> |