Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-17 09:57:57 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-17 09:57:57 (GMT)
commitcf4bb0fd95b65bbce7316ffac726c877ef7ff337 (patch)
tree9b1c162ab2c6c6fa7ac9201ff6185632368239c3 /shell
parent079d5a55f5c3982d3bee48fa47b56d751abc2528 (diff)
Add control-equal for zooming
2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-window.c: Add control-equal for zooming
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 2020e9c..8234197 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2575,6 +2575,9 @@ static const GtkActionEntry entries[] = {
{ "Plus", GTK_STOCK_ZOOM_IN, NULL, "plus",
N_("Enlarge the document"),
G_CALLBACK (ev_window_cmd_view_zoom_in) },
+ { "CtrlEqual", GTK_STOCK_ZOOM_IN, NULL, "<control>equal",
+ N_("Enlarge the document"),
+ G_CALLBACK (ev_window_cmd_view_zoom_in) },
{ "Minus", GTK_STOCK_ZOOM_OUT, NULL, "minus",
N_("Shrink the document"),
G_CALLBACK (ev_window_cmd_view_zoom_out) },