Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.h
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-01-19 13:52:45 (GMT)
committer Luca Ferretti <lferrett@src.gnome.org>2007-01-19 13:52:45 (GMT)
commit04a2ebaeef464d826a6e7bdfa37ab66f792f6991 (patch)
tree5ee59af8043081f068e1f49bbe4ad1189771ab7b /shell/ev-stock-icons.h
parent0a36202909c5b5d6e015b7d3668ae51dfce30e47 (diff)
Move Evince icons under new apps directory.
2007-01-19 Luca Ferretti <elle.uca@libero.it> * data/icons/*/apps/evince.*: Move Evince icons under new apps directory. * data/icons/*/actions/*: Add new custom themeable Evince icons: view-page-continuous, view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas Nilsson, at 16 and 22 pixels (plus 24 for compatibility). * configure.ac: Add new directories to AC_CONFIG_FILES. * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: Use new custom themeable icons. svn path=/trunk/; revision=2235
Diffstat (limited to 'shell/ev-stock-icons.h')
-rw-r--r--shell/ev-stock-icons.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h
index 4064ef0..3ea635a 100644
--- a/shell/ev-stock-icons.h
+++ b/shell/ev-stock-icons.h
@@ -29,11 +29,11 @@
G_BEGIN_DECLS
/* Evince stock icons */
-#define EV_STOCK_ZOOM_PAGE "stock_zoom-page"
-#define EV_STOCK_ZOOM_WIDTH "stock_zoom-page-width"
-#define EV_STOCK_LEAVE_FULLSCREEN "stock_leave-fullscreen"
-#define EV_STOCK_VIEW_DUAL "stock_view-dual-page"
-#define EV_STOCK_VIEW_CONTINUOUS "stock_view-continuous"
+#define EV_STOCK_ZOOM_PAGE "zoom-fit-page"
+#define EV_STOCK_ZOOM_WIDTH "zoom-fit-width"
+#define EV_STOCK_LEAVE_FULLSCREEN "view-restore"
+#define EV_STOCK_VIEW_DUAL "view-page-facing"
+#define EV_STOCK_VIEW_CONTINUOUS "view-page-continuous"
#define EV_STOCK_ROTATE_LEFT "object-rotate-left"
#define EV_STOCK_ROTATE_RIGHT "object-rotate-right"