diff options
author | raveit65 <[email protected]> | 2016-07-14 11:12:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 15:23:49 +0200 |
commit | 79fa874a6ff484a3c1ea7540d89d97c94872c512 (patch) | |
tree | d44e79919e56c33c451b873c83bbdd7e4079796b /libview/ev-stock-icons.c | |
parent | 96ca9e82a9f98a2224f01fcdada6434a85fb29b0 (diff) | |
download | atril-79fa874a6ff484a3c1ea7540d89d97c94872c512.tar.bz2 atril-79fa874a6ff484a3c1ea7540d89d97c94872c512.tar.xz |
Use document-send icon for Send To action
taken from:
https://git.gnome.org/browse/evince/commit/?id=fff0e69
Diffstat (limited to 'libview/ev-stock-icons.c')
-rw-r--r-- | libview/ev-stock-icons.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c index b694c651..58da21b1 100644 --- a/libview/ev-stock-icons.c +++ b/libview/ev-stock-icons.c @@ -47,7 +47,8 @@ static const EvStockIcon stock_icons [] = { { EV_STOCK_RESIZE_SW, "resize-sw"}, { EV_STOCK_CLOSE, "close"}, { EV_STOCK_INVERTED_COLORS, "stock_filters-invert"}, - { EV_STOCK_ATTACHMENT, "mail-attachment"} + { EV_STOCK_ATTACHMENT, "mail-attachment"}, + { EV_STOCK_SEND_TO, "document-send"}, }; static gchar *ev_icons_path; |