Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorcarlosgc <carlosgc@e12069bd-dc25-0410-a696-d39a8afcd844>2008-11-15 10:08:35 (GMT)
committer carlosgc <carlosgc@e12069bd-dc25-0410-a696-d39a8afcd844>2008-11-15 10:08:35 (GMT)
commitae60334e17a8e2f808d039f6947f0135ba1fd7b2 (patch)
treec01cb184221ec1e79a469cd2cb7d7ef867f09536 /shell
parent7a62432c08a44e4d4351aa082dc822f6d9fcfecf (diff)
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. git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@3267 e12069bd-dc25-0410-a696-d39a8afcd844
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-stock-icons.c1
-rw-r--r--shell/ev-stock-icons.h1
2 files changed, 2 insertions, 0 deletions
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"}
};
/**
diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h
index 752f1c8..2e7f21b 100644
--- a/shell/ev-stock-icons.h
+++ b/shell/ev-stock-icons.h
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
#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);