commit b4c3936d7fa99f3fbf1ae8939b894f51d6dc3a78
parent f933ed2d80ee4cfba6f45d89a0ab42f9bac8c46c
Author: Colin Leroy <colin@colino.net>
Date: Mon, 27 Aug 2012 17:41:07 +0000
2012-08-27 [colin] 3.8.1cvs38
* src/summaryview.c
Make Mark all read confirmation button more clear
Diffstat:
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-27 [colin] 3.8.1cvs38
+
+ * src/summaryview.c
+ Make Mark all read confirmation button more clear
+
2012-08-27 [colin] 3.8.1cvs37
* src/mainwindow.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4412,3 +4412,4 @@
( cvs diff -u -r 1.1.2.61 -r 1.1.2.62 manual/advanced.xml; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/de/advanced.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/de/dist/html/Makefile.am; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 manual/dist/html/Makefile.am; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 manual/es/advanced.xml; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/es/dist/html/Makefile.am; cvs diff -u -r 1.1.2.19 -r 1.1.2.20 manual/fr/advanced.xml; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 manual/fr/dist/html/Makefile.am; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 manual/pl/dist/html/Makefile.am; ) > 3.8.1cvs35.patchset
( cvs diff -u -r 1.149.2.108 -r 1.149.2.109 src/inc.c; cvs diff -u -r 1.150.2.124 -r 1.150.2.125 src/procmsg.c; ) > 3.8.1cvs36.patchset
( cvs diff -u -r 1.274.2.347 -r 1.274.2.348 src/mainwindow.c; cvs diff -u -r 1.395.2.448 -r 1.395.2.449 src/summaryview.c; ) > 3.8.1cvs37.patchset
+( cvs diff -u -r 1.395.2.449 -r 1.395.2.450 src/summaryview.c; ) > 3.8.1cvs38.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=37
+EXTRA_VERSION=38
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -4033,7 +4033,7 @@ void summary_mark_all_read(SummaryView *summaryview)
if (prefs_common.ask_mark_all_read) {
val = alertpanel_full(_("Mark all as read"),
_("Do you really want to mark all mails in this "
- "folder as read ?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL,
+ "folder as read ?"), GTK_STOCK_NO, _("Mark all as read"), NULL,
TRUE, NULL, ALERT_QUESTION, G_ALERTDEFAULT);
if ((val & ~G_ALERTDISABLE) != G_ALERTALTERNATE)