2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/eye.png:
* shell/ev-stock-icons.[ch]:
Add eye icon from gimp to hide/show layers.
svn path=/trunk/; revision=3267
+2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * data/icons/22x22/actions/Makefile.am:
+ * data/icons/22x22/actions/eye.png:
+ * shell/ev-stock-icons.[ch]:
+
+ Add eye icon from gimp to hide/show layers.
+
2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
+ eye.png \
view-page-continuous.png \
view-page-facing.png \
zoom.png \
{ EV_STOCK_ROTATE_LEFT, "object-rotate-left"},
{ EV_STOCK_ROTATE_RIGHT, "object-rotate-right"},
{ EV_STOCK_RUN_PRESENTATION, "x-office-presentation"},
+ { EV_STOCK_VISIBLE, "eye"}
};
/**
#define EV_STOCK_ROTATE_LEFT "object-rotate-left"
#define EV_STOCK_ROTATE_RIGHT "object-rotate-right"
#define EV_STOCK_RUN_PRESENTATION "x-office-presentation"
+#define EV_STOCK_VISIBLE "eye"
void ev_stock_icons_init (void);