aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2005-06-20 00:39:47 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-06-20 00:39:47 +0800
commitae52c16129486d047b37cd0a029e5641ec396823 (patch)
treeca808bebdc76f45897f82e08a76fe67f3e79a49b /src/ephy-window.c
parent106d95e7c15770f005f3fe694e7201393575ffa8 (diff)
downloadgsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar.gz
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar.bz2
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar.lz
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar.xz
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.tar.zst
gsoc2013-epiphany-ae52c16129486d047b37cd0a029e5641ec396823.zip
Shift-Ctrl+R now works (Force reload). Fixes #307831.
2005-06-19 Jean-François Rameau <jframeau@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: Shift-Ctrl+R now works (Force reload). Fixes #307831.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 1d6b22996..54a7bce81 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -204,6 +204,9 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "ViewReload", GTK_STOCK_REFRESH, N_("_Reload"), "<control>R",
N_("Display the latest content of the current page"),
G_CALLBACK (window_cmd_view_reload) },
+ { "ForceReload", NULL, "", "<shift><control>R",
+ NULL,
+ G_CALLBACK (window_cmd_view_reload) },
{ "ViewZoomIn", GTK_STOCK_ZOOM_IN, N_("Zoom _In"), "<control>plus",
N_("Increase the text size"),
G_CALLBACK (window_cmd_view_zoom_in) },