From 79fa874a6ff484a3c1ea7540d89d97c94872c512 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 14 Jul 2016 11:12:41 +0200 Subject: Use document-send icon for Send To action taken from: https://git.gnome.org/browse/evince/commit/?id=fff0e69 --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ev-window.c') diff --git a/shell/ev-window.c b/shell/ev-window.c index ca15fda8..797efe5d 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6129,7 +6129,7 @@ static const GtkActionEntry entries[] = { { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy…"), "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) }, { "FilePrint", GTK_STOCK_PRINT, N_("_Print…"), "P", -- cgit v1.2.1