]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-stock-icons.c
[build] Rename DATADIR with EVINCEDATADIR
[evince.git] / libview / ev-stock-icons.c
index 90891937260dfd093a78797e0dc8419b6d25dfae..47b3943e13337e525c029f396396175514cb7cba 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;
@@ -99,7 +100,7 @@ ev_stock_icons_init (void)
        ev_icons_path = g_build_filename (dir, "share", "evince", "icons", NULL);
        g_free (dir);
 #else
-       ev_icons_path = g_build_filename (DATADIR, "icons", NULL);
+       ev_icons_path = g_build_filename (EVINCEDATADIR, "icons", NULL);
 #endif
 
         factory = gtk_icon_factory_new ();