Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.c
diff options
context:
space:
mode:
authorMichael Monreal <infernux@web.de>2007-06-06 22:15:50 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-06-06 22:15:50 (GMT)
commitbd9b5427d0f4e3c98976b0ae209b18922445b879 (patch)
tree7b82a40eab3ba8eb0cdc9664139dd5dd7f0dcf14 /shell/ev-stock-icons.c
parent46ffa94e1c7b562862ba1aaae92846a4184943ce (diff)
Zoom icon artwork. See bug #444795.
2007-06-07 Michael Monreal <infernux@web.de> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/zoom.svg: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/zoom.svg: * data/icons/24x24/actions/Makefile.am: * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: * shell/ev-window.c: Zoom icon artwork. See bug #444795. svn path=/trunk/; revision=2488
Diffstat (limited to 'shell/ev-stock-icons.c')
-rw-r--r--shell/ev-stock-icons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c
index c318ded..801db9a 100644
--- a/shell/ev-stock-icons.c
+++ b/shell/ev-stock-icons.c
@@ -34,6 +34,7 @@ typedef struct {
/* Evince stock icons */
static const EvStockIcon stock_icons [] = {
+ { EV_STOCK_ZOOM, "zoom" },
{ EV_STOCK_ZOOM_PAGE, "zoom-fit-page" },
{ EV_STOCK_ZOOM_WIDTH, "zoom-fit-width" },
{ EV_STOCK_VIEW_DUAL, "view-page-facing" },