talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d094dae1240af8aac8266abbbc597f790142cd1f
parent ba83c690aa9f3341634234a45c922cab888f4867
Author: Paul <paul@claws-mail.org>
Date:   Wed,  8 Jul 2015 05:12:55 +0100

make 'mark all as read' dialogue button style match that in folderview

Diffstat:
Msrc/summaryview.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/summaryview.c b/src/summaryview.c @@ -4126,7 +4126,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, _("Mark all as read"), NULL, + "folder as read?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL, TRUE, NULL, ALERT_QUESTION, G_ALERTDEFAULT); if ((val & ~G_ALERTDISABLE) != G_ALERTALTERNATE)