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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:35:40 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:35:40 (GMT)
commit10e26a71cac1e501af473496e7b3be32fc7d9676 (patch)
treefbcb4b7ab94aee39f0814e93d9d800494efff0c3 /libview/ev-stock-icons.c
parentb3f6ded68bf84ff865dcdb648b2b84abb2a60ab1 (diff)
Add close, resize-se and resize-sw icons copied from stickynotes applet
Diffstat (limited to 'libview/ev-stock-icons.c')
-rw-r--r--libview/ev-stock-icons.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c
index 09aa89e..1725bb4 100644
--- a/libview/ev-stock-icons.c
+++ b/libview/ev-stock-icons.c
@@ -42,7 +42,10 @@ 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"}
+ { EV_STOCK_VISIBLE, "eye"},
+ { EV_STOCK_RESIZE_SE, "resize-se"},
+ { EV_STOCK_RESIZE_SW, "resize-sw"},
+ { EV_STOCK_CLOSE, "close"}
};
static gchar *ev_icons_path;