]> www.fi.muni.cz Git - evince.git/commitdiff
[libview] Add mail-attachment to stock-icons
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 11 Jul 2010 17:18:43 +0000 (19:18 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 12 Jul 2010 17:12:01 +0000 (19:12 +0200)
libview/ev-stock-icons.c
libview/ev-stock-icons.h

index 90891937260dfd093a78797e0dc8419b6d25dfae..5bbcbbfe367b3001526bb360903a24e754e4e1a9 100644 (file)
@@ -46,7 +46,8 @@ static const EvStockIcon stock_icons [] = {
        { EV_STOCK_RESIZE_SE,        "resize-se"},
        { EV_STOCK_RESIZE_SW,        "resize-sw"},
        { EV_STOCK_CLOSE,            "close"},
-       { EV_STOCK_INVERTED_COLORS,  "stock_filters-invert"}
+       { EV_STOCK_INVERTED_COLORS,  "stock_filters-invert"},
+       { EV_STOCK_ATTACHMENT,       "mail-attachment"}
 };
 
 static gchar *ev_icons_path;
index 15db3f8d6649d1c691a087f2fcf455ac23944382..96ec26f6665cdde6825378705fd8ebf0e9110987 100644 (file)
@@ -46,6 +46,7 @@ G_BEGIN_DECLS
 #define EV_STOCK_RESIZE_SW              "resize-sw"
 #define EV_STOCK_CLOSE                  "close"
 #define EV_STOCK_INVERTED_COLORS        "inverted"
+#define EV_STOCK_ATTACHMENT             "mail-attachment"
 
 void ev_stock_icons_init       (void);
 void ev_stock_icons_shutdown   (void);