diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/mail-display.c | 2 |
2 files changed, 7 insertions, 2 deletions
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 <jleach@ximian.com> + * mail-display.c: Fix #4605: "Save Image as" should be "Save Image + as...". + +2001-07-19 Jason Leach <jleach@ximian.com> + * 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 |