Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-stock-icons.c
diff options
context:
space:
mode:
authorJuanjo MarĂ­n <juanj.marin@juntadeandalucia.es>2009-11-29 14:24:10 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-29 14:24:10 (GMT)
commit033f94dd47cb9f3fdcc26b5464391cdef7790b18 (patch)
tree931657f69e4753c687dcf4ae27079b9300147762 /libview/ev-stock-icons.c
parent5b1074d5c1dcc9088a487190a1d3d9d58e3962a6 (diff)
Add invert icon for inverted colors option
Icon borrowed from GIMP. See bgo#321823.
Diffstat (limited to 'libview/ev-stock-icons.c')
-rw-r--r--libview/ev-stock-icons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c
index d450462..67db47c 100644
--- a/libview/ev-stock-icons.c
+++ b/libview/ev-stock-icons.c
@@ -45,7 +45,8 @@ static const EvStockIcon stock_icons [] = {
{ EV_STOCK_VISIBLE, "eye"},
{ EV_STOCK_RESIZE_SE, "resize-se"},
{ EV_STOCK_RESIZE_SW, "resize-sw"},
- { EV_STOCK_CLOSE, "close"}
+ { EV_STOCK_CLOSE, "close"},
+ { EV_STOCK_INVERTED_COLORS, "stock_filters-invert"}
};
static gchar *ev_icons_path;