Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
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
parent5b1074d5c1dcc9088a487190a1d3d9d58e3962a6 (diff)
Add invert icon for inverted colors option
Icon borrowed from GIMP. See bgo#321823.
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-stock-icons.c3
-rw-r--r--libview/ev-stock-icons.h1
2 files changed, 3 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;
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h
index 4cad90e..550ff04 100644
--- a/libview/ev-stock-icons.h
+++ b/libview/ev-stock-icons.h
@@ -45,6 +45,7 @@ G_BEGIN_DECLS
#define EV_STOCK_RESIZE_SE "resize-se"
#define EV_STOCK_RESIZE_SW "resize-sw"
#define EV_STOCK_CLOSE "close"
+#define EV_STOCK_INVERTED_COLORS "inverted"
void ev_stock_icons_init (void);
void ev_stock_icons_shutdown (void);