diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 19:25:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 19:25:43 +0200 |
commit | 0e4a3b6077a276767f76bf52b5c09036b3d89114 (patch) | |
tree | 78a50e37a3815ea90baf11882d1e8b53a07eb923 /src/rekonqui.rc | |
parent | New history menu code comments (diff) | |
download | rekonq-0e4a3b6077a276767f76bf52b5c09036b3d89114.tar.xz |
Finally fixed F5 shortcut
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 2a366229..6269df3b 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -36,7 +36,7 @@ <!-- ============ VIEW menu =========== --> <Menu name="view" noMerge="1"><text>&View</text> - <Action name="stop_reload" /> + <Action name="view_redisplay" /> <Action name="go_home" /> <Separator/> <Action name="bigger_font" /> |