]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-stock-icons.c
Add close, resize-se and resize-sw icons copied from stickynotes applet
[evince.git] / libview / ev-stock-icons.c
index 09aa89ea95516e1ea5683fc20d371949b2302ffb..1725bb4e45a2cad65bfb0456fee5218eb7a35dc4 100644 (file)
@@ -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;