diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2014-01-23 16:01:17 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2014-01-23 16:01:17 +0100 |
commit | 653db7681c0a45cd1807375e1753117438cd1f6f (patch) | |
tree | 20b4eb7d60a2b9a7d2f91cbbe5af4b583b9c4963 /src | |
parent | Get sure fast typing work! (diff) | |
download | rekonq-653db7681c0a45cd1807375e1753117438cd1f6f.tar.xz |
Fix rekonqui.rc
Diffstat (limited to 'src')
-rw-r--r-- | src/webwindow/rekonqui.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webwindow/rekonqui.rc b/src/webwindow/rekonqui.rc index cefdb96b..604d7c72 100644 --- a/src/webwindow/rekonqui.rc +++ b/src/webwindow/rekonqui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="rekonq" version="70"> +<gui name="rekonq" version="71"> <!--- =========== Rekonq Menu ============= --> <Menu name="rekonqMenu" noMerge="1"> @@ -13,7 +13,7 @@ <Action name="file_open" /> </Menu> <Separator/> - <Action name="file_save_as" /> + <Action name="file_save" /> <Action name="file_print" /> <Action name="edit_find" /> @@ -89,7 +89,7 @@ <Action name="new_window" /> <Action name="private_browsing" /> <Separator/> - <Action name="file_save_as" /> + <Action name="file_save" /> <Separator/> <Action name="file_print" /> <Separator/> |