2008-06-21 [paul] 3.4.0cvs102
authorPaul Mangan <paul@claws-mail.org>
Sat, 21 Jun 2008 07:08:57 +0000 (07:08 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 21 Jun 2008 07:08:57 +0000 (07:08 +0000)
* src/gtk/about.c
we're in 'string freeze', put back the
< > symbols for now

ChangeLog
PATCHSETS
configure.ac
src/gtk/about.c

index 9be83dae09bb745ddefd8086a1e295660ab54cf6..939b6e6cd6aa5fda91dfd90f7227e2c04e6d79e2 100644 (file)
--- 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
 2008-06-21 [paul]      3.4.0cvs101
 
        * manual/advanced.xml
index b64a55a04d3f4b124c8e4defd22a17e371ab8953..24f26b724466f95a89044a3d7aa2458a1c8f9e0e 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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.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
index 1d5c848f92b42fe0c484dbbf589d57d23e5c3bc2..c90722c040241445adb772404905785c47ee689e 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=4
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=101
+EXTRA_VERSION=102
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index e22a5f2770eec4c403818740dcccba3e018f6ed5..034eabbdce14c75ca146ce4f5323111c734727c5 100644 (file)
@@ -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 "
 
        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_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 "
 #ifdef USE_OPENSSL
        gtk_text_buffer_insert(buffer, &iter,
                _("This product includes software developed by the OpenSSL Project "