diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-08 01:49:02 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-08 01:49:02 +0100 |
commit | e584eeaf35a7db2ee6e5c63ef3fcf32b92474df1 (patch) | |
tree | aa7708dd15cc45e51af6e70b4c10a3361f891ebb /src/rekonqui.rc | |
parent | Removed setFocus from lineEdit->currentWebview so that people can switch (diff) | |
download | rekonq-e584eeaf35a7db2ee6e5c63ef3fcf32b92474df1.tar.xz |
Little changes..
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 ef566c23..1022fb20 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="rekonq" version="8"> +<kpartgui name="rekonq" version="9"> <MenuBar> <!-- ============ FILE menu =========== --> <Menu name="file" noMerge="1"><text>&File</text> @@ -36,7 +36,7 @@ </Menu> <!-- ============ VIEW menu =========== --> <Menu name="view" noMerge="1"><text>&View</text> - <Action name="view_redisplay" /> + <Action name="stop reload" /> <Separator/> <Action name="bigger font" /> <Action name="normal font" /> |