From b39fbcf7b7c248bf2ab04d5ff86d17780194ae5d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 15 Nov 2008 10:08:35 +0000 Subject: Add eye icon from gimp to hide/show layers. 2008-11-15 Carlos Garcia Campos * 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 --- (limited to 'shell/ev-stock-icons.c') diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 003253c..e1049c9 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -43,6 +43,7 @@ static const EvStockIcon stock_icons [] = { { 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"} }; /** -- cgit v0.9.1