diff options
author | Pablo Barciela <[email protected]> | 2018-02-15 01:45:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-16 17:22:20 +0100 |
commit | 7a91219f5b255783690be32fe6426b8a6c640398 (patch) | |
tree | d63211014ecdc0dbbeb8e315b4d6067f9e1e62ac /libview/ev-stock-icons.h | |
parent | ed3b7f0015cf629a2d7e69f60b166978d6859305 (diff) | |
download | atril-7a91219f5b255783690be32fe6426b8a6c640398.tar.bz2 atril-7a91219f5b255783690be32fe6426b8a6c640398.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'libview/ev-stock-icons.h')
-rw-r--r-- | libview/ev-stock-icons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h index 3a55b11b..ab9671e1 100644 --- a/libview/ev-stock-icons.h +++ b/libview/ev-stock-icons.h @@ -45,7 +45,7 @@ G_BEGIN_DECLS #define EV_STOCK_RESIZE_SE "resize-se" #define EV_STOCK_RESIZE_SW "resize-sw" #define EV_STOCK_CLOSE "close" -#define EV_STOCK_INVERTED_COLORS "inverted" +#define EV_STOCK_INVERTED_COLORS "stock_filters-invert" #define EV_STOCK_ATTACHMENT "mail-attachment" #define EV_STOCK_SEND_TO "document-send" |