aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-20 07:51:38 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-20 07:51:38 +0800
commit0ce3b207745b7094c31a4713f8bc08cbe926b425 (patch)
treef504f81a9305c2af10d4710d58a45753ecae5105 /mail/ChangeLog
parentfde6b5b8bb6c7667e3069f10f803848c4a448591 (diff)
downloadgsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar.gz
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar.bz2
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar.lz
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar.xz
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.tar.zst
gsoc2013-evolution-0ce3b207745b7094c31a4713f8bc08cbe926b425.zip
Fix #4605: "Save Image as" should be "Save Image as...".
2001-07-19 Jason Leach <jleach@ximian.com> * mail-display.c: Fix #4605: "Save Image as" should be "Save Image as...". svn path=/trunk/; revision=11248
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 6 insertions, 1 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.