From: Paul Mangan Date: Sat, 21 Jun 2008 07:08:57 +0000 (+0000) Subject: 2008-06-21 [paul] 3.4.0cvs102 X-Git-Tag: rel_3_5_0~16 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c2c53c6fed2812bf3f0846d839d4a6d7b398e67a;hp=fa543cd9cc1102910b08a5b2b4046c89932aa7a1 2008-06-21 [paul] 3.4.0cvs102 * src/gtk/about.c we're in 'string freeze', put back the < > symbols for now --- diff --git a/ChangeLog b/ChangeLog index 9be83dae0..939b6e6cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-21 [paul] 3.4.0cvs102 + + * src/gtk/about.c + we're in 'string freeze', put back the + < > symbols for now + 2008-06-21 [paul] 3.4.0cvs101 * manual/advanced.xml diff --git a/PATCHSETS b/PATCHSETS index b64a55a04..24f26b724 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3397,3 +3397,4 @@ ( cvs diff -u -r 1.382.2.453 -r 1.382.2.454 src/compose.c; ) > 3.4.0cvs99.patchset ( cvs diff -u -r 1.1.2.49 -r 1.1.2.50 manual/advanced.xml; cvs diff -u -r 1.1.2.12 -r 1.1.2.13 manual/es/advanced.xml; ) > 3.4.0cvs100.patchset ( cvs diff -u -r 1.1.2.50 -r 1.1.2.51 manual/advanced.xml; cvs diff -u -r 1.1.2.13 -r 1.1.2.14 manual/es/advanced.xml; cvs diff -u -r 1.4.2.62 -r 1.4.2.63 src/gtk/about.c; ) > 3.4.0cvs101.patchset +( cvs diff -u -r 1.4.2.63 -r 1.4.2.64 src/gtk/about.c; ) > 3.4.0cvs102.patchset diff --git a/configure.ac b/configure.ac index 1d5c848f9..c90722c04 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=101 +EXTRA_VERSION=102 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/about.c b/src/gtk/about.c index e22a5f277..034eabbdc 100644 --- a/src/gtk/about.c +++ b/src/gtk/about.c @@ -598,11 +598,11 @@ static GtkWidget *about_create_child_page_license(void) gtk_text_buffer_insert(buffer, &iter, _("You should have received a copy of the GNU General Public License " - "along with this program. If not, see "), -1); + "along with this program. If not, see <"), -1); gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, "http://www.gnu.org/licenses/", -1, "link", NULL); - gtk_text_buffer_insert(buffer, &iter, ".\n\n", -1); + gtk_text_buffer_insert(buffer, &iter, _(">. \n\n"), -1); #ifdef USE_OPENSSL gtk_text_buffer_insert(buffer, &iter, _("This product includes software developed by the OpenSSL Project "