From f181b76b33dc8841e89b3b3adac32cf3f459e058 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 10 Dec 2012 10:41:33 +0100 Subject: Add the zoom controls to the gear menu There was no way of zooming in or out from the UI. https://bugzilla.gnome.org/show_bug.cgi?id=683625 --- src/ephy-window.c | 4 ++-- src/resources/epiphany-ui.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 10e0d8e1c..e749fb5fe 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -152,9 +152,9 @@ static const GtkActionEntry ephy_menu_entries [] = { NULL, G_CALLBACK (window_cmd_view_stop) }, { "ViewReload", NULL, N_("_Reload"), "R", NULL, G_CALLBACK (window_cmd_view_reload) }, - { "ViewZoomIn", NULL, N_("_Larger Text"), "plus", NULL, + { "ViewZoomIn", NULL, N_("Zoom _In"), "plus", NULL, G_CALLBACK (window_cmd_view_zoom_in) }, - { "ViewZoomOut", NULL, N_("S_maller Text"), "minus", NULL, + { "ViewZoomOut", NULL, N_("Zoom O_ut"), "minus", NULL, G_CALLBACK (window_cmd_view_zoom_out) }, { "ViewZoomNormal", NULL, N_("_Normal Size"), "0", NULL, G_CALLBACK (window_cmd_view_zoom_normal) }, diff --git a/src/resources/epiphany-ui.xml b/src/resources/epiphany-ui.xml index 1c974292e..493cff2a7 100644 --- a/src/resources/epiphany-ui.xml +++ b/src/resources/epiphany-ui.xml @@ -79,6 +79,9 @@ + + + -- cgit v1.2.3