summaryrefslogtreecommitdiff
path: root/src/rekonqui.rc
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-24 22:11:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-24 22:11:45 +0100
commit135523dbe6e4534dbccbe8b848b2e2ff266de52e (patch)
tree09100827a5b601a165f12b357fbe2804ac32ba21 /src/rekonqui.rc
parentAdd a "clear downloads" action in the downloads page and a (diff)
downloadrekonq-135523dbe6e4534dbccbe8b848b2e2ff266de52e.tar.xz
Clean up webview contextual && tools menu
- Moved "new window" action from contextual menu to tools menu (This is Google Code-in 2011 task by Yusuf Amir Tezcan! Thanks!!!) - clean up/review contextual menu actions - Followed FIXME to remove "copy image" action - Added "new_tab" && "new_window" action to Tools Menu REVIEW: 103216 REVIEWED-BY: nobody, oops... :)
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r--src/rekonqui.rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc
index bad56615..1bbf8bf3 100644
--- a/src/rekonqui.rc
+++ b/src/rekonqui.rc
@@ -1,9 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="rekonq" version="58">
+<gui name="rekonq" version="59">
<!--- =========== Rekonq Menu ============= -->
<Menu name="rekonqMenu" noMerge="1">
+ <Action name="new_tab" />
+ <Action name="new_window" />
+ <Separator/>
<Action name="file_open" />
<Action name="file_save_as" />
<Action name="file_print" />