[evince] Use document-send icon for Send To action



commit fff0e69a151508fc4b0d0bfddd26299a60f1f2d1
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Feb 6 18:11:10 2012 +0100

    Use document-send icon for Send To action

 libview/ev-stock-icons.c |    3 ++-
 libview/ev-stock-icons.h |    1 +
 shell/ev-window.c        |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c
index 47b3943..e2f5fdf 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;
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h
index 96ec26f..f73eef6 100644
--- a/libview/ev-stock-icons.h
+++ b/libview/ev-stock-icons.h
@@ -47,6 +47,7 @@ G_BEGIN_DECLS
 #define EV_STOCK_CLOSE                  "close"
 #define EV_STOCK_INVERTED_COLORS        "inverted"
 #define EV_STOCK_ATTACHMENT             "mail-attachment"
+#define EV_STOCK_SEND_TO                "document-send"
 
 void ev_stock_icons_init       (void);
 void ev_stock_icons_shutdown   (void);
diff --git a/shell/ev-window.c b/shell/ev-window.c
index a875f78..9ad8ced 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5733,7 +5733,7 @@ static const GtkActionEntry entries[] = {
        	{ "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copyâ"), "<control>S",
 	  N_("Save a copy of the current document"),
 	  G_CALLBACK (ev_window_cmd_save_as) },
-	{ "FileSendTo", NULL, N_("Send _To..."), NULL,
+	{ "FileSendTo", EV_STOCK_SEND_TO, N_("Send _To..."), NULL,
 	  N_("Send current document by mail, instant message..."),
 	  G_CALLBACK (ev_window_cmd_send_to) },
 	{ "FileOpenContainingFolder", GTK_STOCK_DIRECTORY, N_("Open Containing _Folder"), NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]