From 0ce3b207745b7094c31a4713f8bc08cbe926b425 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Thu, 19 Jul 2001 23:51:38 +0000 Subject: Fix #4605: "Save Image as" should be "Save Image as...". 2001-07-19 Jason Leach * mail-display.c: Fix #4605: "Save Image as" should be "Save Image as...". svn path=/trunk/; revision=11248 --- mail/ChangeLog | 7 ++++++- mail/mail-display.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index d7955dac47..5f111c207e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,14 @@ +2001-07-19 Jason Leach + + * mail-display.c: Fix #4605: "Save Image as" should be "Save Image + as...". + 2001-07-19 Jason Leach * mail-display.c (mail_display_new): Set the vertical scrolling policy for the mail display to AUTOMATIC, only get a scrollbar if the e-mail is longer than one frame. - + * folder-browser.c (my_folder_browser_init): We were setting the policy twice (and to two different things). Removed this one. diff --git a/mail/mail-display.c b/mail/mail-display.c index 974d755602..ccc399b230 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -1406,7 +1406,7 @@ static EPopupMenu link_menu [] = { GTK_SIGNAL_FUNC (link_copy_location), NULL, MASK_URL }, { N_("Save Link as (FIXME)"), NULL, GTK_SIGNAL_FUNC (link_save_as), NULL, MASK_URL }, - { N_("Save Image as"), NULL, + { N_("Save Image as..."), NULL, GTK_SIGNAL_FUNC (image_save_as), NULL, MASK_SRC }, TERMINATOR -- cgit v1.2.3