2010-05-04 [iwkse] 3.7.6cvs2
authorSalvatore De Paolis <iwkse@claws-mail.org>
Tue, 4 May 2010 22:37:01 +0000 (22:37 +0000)
committerSalvatore De Paolis <iwkse@claws-mail.org>
Tue, 4 May 2010 22:37:01 +0000 (22:37 +0000)
* src/prefs_message.c
Get a generic name as 'Quotation' for
the frame

ChangeLog
PATCHSETS
configure.ac
src/prefs_message.c

index 0fea284e5eedec048097c508dc27ef306f532958..2fba70d32e7383b252ce2e97b0e7d22d7fd89a18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-04 [iwkse]     3.7.6cvs2
+
+       * src/prefs_message.c
+                       Get a generic name as 'Quotation' for
+                       the frame
+
 2010-05-04 [iwkse]     3.7.6cvs1
 
        * src/prefs_message.c
 2010-05-04 [iwkse]     3.7.6cvs1
 
        * src/prefs_message.c
index c2d40ede6f2f28a52c526140e7e05cd8ba2a988f..d7085089a2455d67e950a4a3adb82aedbe9fea23 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.66 -r 1.1.2.67 src/gtk/authors.h;  ) > 3.7.5cvs54.patchset
 ( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 tools/claws.i18n.status.pl;  ) > 3.7.5cvs55.patchset
 ( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 src/prefs_message.c;  cvs diff -u -r 1.103.2.128 -r 1.103.2.129 src/prefs_common.h;  cvs diff -u -r 1.204.2.195 -r 1.204.2.196 src/prefs_common.c;  cvs diff -u -r 1.96.2.223 -r 1.96.2.224 src/textview.c;  ) > 3.7.6cvs1.patchset
 ( cvs diff -u -r 1.1.2.66 -r 1.1.2.67 src/gtk/authors.h;  ) > 3.7.5cvs54.patchset
 ( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 tools/claws.i18n.status.pl;  ) > 3.7.5cvs55.patchset
 ( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 src/prefs_message.c;  cvs diff -u -r 1.103.2.128 -r 1.103.2.129 src/prefs_common.h;  cvs diff -u -r 1.204.2.195 -r 1.204.2.196 src/prefs_common.c;  cvs diff -u -r 1.96.2.223 -r 1.96.2.224 src/textview.c;  ) > 3.7.6cvs1.patchset
+( cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/prefs_message.c;  ) > 3.7.6cvs2.patchset
index e6311f330a85e4d22434507ee73a6978764119e8..e699bfb7123d30f4aee0f8e927f4a3f3cb163a75 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 13b80fb0aaaf3edcc89741fcf733dae2ffd1d4bf..b064e3a83e2c5a0669ebdf2da1e7c7bbd393214d 100644 (file)
@@ -229,7 +229,7 @@ static void prefs_message_create_widget(PrefsPage *_page, GtkWindow *window,
                          _("Show attachment descriptions (rather than names)"));
 
        /* quote chars */
                          _("Show attachment descriptions (rather than names)"));
 
        /* quote chars */
-       PACK_FRAME (vbox1, frame_quote, _("Quotation characters"));
+       PACK_FRAME (vbox1, frame_quote, _("Quotation"));
 
        vbox_quote = gtk_vbox_new (FALSE, VSPACING_NARROW);
        gtk_widget_show (vbox_quote);
 
        vbox_quote = gtk_vbox_new (FALSE, VSPACING_NARROW);
        gtk_widget_show (vbox_quote);