From: Paul Mangan Date: Tue, 3 Jun 2008 20:19:24 +0000 (+0000) Subject: 2008-06-03 [paul] 3.4.0cvs81 X-Git-Tag: rel_3_5_0~37 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=28201ba1f4f304321329ad164a633c3e39068657 2008-06-03 [paul] 3.4.0cvs81 * src/prefs_message.c make always the english good --- diff --git a/ChangeLog b/ChangeLog index a0cee981f..e2e54dd25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-03 [paul] 3.4.0cvs81 + + * src/prefs_message.c + make always the english good + 2008-06-03 [colin] 3.4.0cvs80 * src/mainwindow.c diff --git a/PATCHSETS b/PATCHSETS index 743978883..bb7c5db5e 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3376,3 +3376,4 @@ ( cvs diff -u -r 1.60.2.56 -r 1.60.2.57 src/prefs_actions.c; ) > 3.4.0cvs78.patchset ( cvs diff -u -r 1.60.2.116 -r 1.60.2.117 src/addressbook.c; cvs diff -u -r 1.94.2.178 -r 1.94.2.179 src/messageview.c; cvs diff -u -r 1.204.2.170 -r 1.204.2.171 src/prefs_common.c; cvs diff -u -r 1.103.2.108 -r 1.103.2.109 src/prefs_common.h; cvs diff -u -r 1.1.2.25 -r 1.1.2.26 src/prefs_message.c; ) > 3.4.0cvs79.patchset ( cvs diff -u -r 1.274.2.245 -r 1.274.2.246 src/mainwindow.c; cvs diff -u -r 1.39.2.46 -r 1.39.2.47 src/mainwindow.h; ) > 3.4.0cvs80.patchset +( cvs diff -u -r 1.1.2.26 -r 1.1.2.27 src/prefs_message.c; ) > 3.4.0cvs81.patchset diff --git a/configure.ac b/configure.ac index 05b648278..5b9bfe048 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=80 +EXTRA_VERSION=81 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/prefs_message.c b/src/prefs_message.c index e755a2a28..a2801b932 100644 --- a/src/prefs_message.c +++ b/src/prefs_message.c @@ -152,7 +152,7 @@ static void prefs_message_create_widget(PrefsPage *_page, GtkWindow *window, _("Render HTML-only messages with plugin if possible")); PACK_CHECK_BUTTON(vbox2, checkbtn_promote_html_part, - _("Show always the HTML part also in multipart messages")); + _("Select the HTML part of multipart/alternative messages")); hbox1 = gtk_hbox_new (FALSE, 32); gtk_widget_show (hbox1);