diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-27 17:49:37 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-27 17:49:37 +0200 |
commit | 6163cfbeba869ba8efbda1701151a3163654f28d (patch) | |
tree | 2ad4084105f8a2fb0f5475e06d34dc7d957a6c19 | |
parent | Updated TODO (diff) | |
download | rekonq-6163cfbeba869ba8efbda1701151a3163654f28d.tar.xz |
Add Clear Private Data in the menubar->Tool for feature parity with tools menu.
-rw-r--r-- | src/rekonqui.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index f91daafd..6b250ab3 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -62,6 +62,7 @@ <Menu name="tools" noMerge="1"><text>&Tools</text> <Action name="web_inspector" /> <Action name="private_browsing" /> + <Action name="clear_private_data" /> </Menu> <!-- ============ SETTINGS menu =========== --> |