Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
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);