aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 880d49674..1f88bff3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-08-21 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-window.c:
+
+ Set accel for normal zoom, as per HIG.
+
+2004-08-21 Christian Persch <chpe@cvs.gnome.org>
+
* configure.in:
* src/Makefile.am:
diff --git a/src/ephy-window.c b/src/ephy-window.c
index d24f13800..9204f35d1 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -180,7 +180,7 @@ static GtkActionEntry ephy_menu_entries [] = {
{ "ViewZoomOut", GTK_STOCK_ZOOM_OUT, N_("Zoom _Out"), "<control>minus",
N_("Decrease the text size"),
G_CALLBACK (window_cmd_view_zoom_out) },
- { "ViewZoomNormal", GTK_STOCK_ZOOM_100, N_("_Normal Size"), NULL,
+ { "ViewZoomNormal", GTK_STOCK_ZOOM_100, N_("_Normal Size"), "<control>0",
N_("Use the normal text size"),
G_CALLBACK (window_cmd_view_zoom_normal) },
{ "ViewEncoding", NULL, N_("Text _Encoding"), NULL,