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:
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;