2006-07-11 [paul] 2.3.1cvs79
authorPaul Mangan <paul@claws-mail.org>
Tue, 11 Jul 2006 07:57:28 +0000 (07:57 +0000)
committerPaul Mangan <paul@claws-mail.org>
Tue, 11 Jul 2006 07:57:28 +0000 (07:57 +0000)
* src/main.c
fix the labels a smidgin

ChangeLog
PATCHSETS
configure.ac
src/main.c

index 485b061588be608927dddb9d31f19b20f68869d9..4ffa65e511ce04b45ceb94e3884ac5fc1ac0e4e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-11 [paul]      2.3.1cvs79
+
+       * src/main.c
+               fix the labels a smidgin
+
 2006-07-09 [colin]     2.3.1cvs78
 
        * src/textview.c
index 1054c26652e51a361f6475e2fb8de68e27a96f8b..3888e4629432baf9401c871f2ceb104a50b99666 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.382.2.293 -r 1.382.2.294 src/compose.c;  cvs diff -u -r 1.12.2.27 -r 1.12.2.28 src/prefs_template.c;  cvs diff -u -r 1.5.12.4 -r 1.5.12.5 src/quote_fmt.h;  cvs diff -u -r 1.22.2.22 -r 1.22.2.23 src/quote_fmt_parse.y;  ) > 2.3.1cvs76.patchset
 ( cvs diff -u -r 1.382.2.294 -r 1.382.2.295 src/compose.c;  ) > 2.3.1cvs77.patchset
 ( cvs diff -u -r 1.96.2.126 -r 1.96.2.127 src/textview.c;  ) > 2.3.1cvs78.patchset
+( cvs diff -u -r 1.115.2.95 -r 1.115.2.96 src/main.c;  ) > 2.3.1cvs79.patchset
index 8eaf63a78dc4589c0c74f8613261d57bf93d648d..308d2e18a434bb16cdb8afe875f6367300a0e702 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=3
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=78
+EXTRA_VERSION=79
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 43b722ee847da05b31c18c5f06bf6c8b1601fd5c..f453e015a776e62c142caee408762bd3c086003b 100644 (file)
@@ -354,16 +354,16 @@ int main(int argc, char *argv[])
                alertpanel_error(_("Sylpheed-Claws has been compiled with "
                                   "a more recent GTK+ library than is "
                                   "currently available. This will cause "
-                                  "crashes. Please upgrade GTK+ or recompile "
-                                  "Sylpheed-Claws."));
+                                  "crashes. You need to upgrade GTK+ or "
+                                  "recompile Sylpheed-Claws."));
                exit(1);
        }
 #else
        if (gtk_check_version(2, 9, 0) == NULL) {
                alertpanel_error(_("Sylpheed-Claws has been compiled with "
-                                  "an an older GTK+ library than is "
+                                  "an older GTK+ library than is "
                                   "currently available. This will cause "
-                                  "crashes. Please recompile "
+                                  "crashes. You need to recompile "
                                   "Sylpheed-Claws."));
                exit(1);
        }