projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba83c69
)
make 'mark all as read' dialogue button style match that in folderview
author
Paul
<paul@claws-mail.org>
Wed, 8 Jul 2015 04:12:55 +0000
(
05:12
+0100)
committer
Paul
<paul@claws-mail.org>
Wed, 8 Jul 2015 04:12:55 +0000
(
05:12
+0100)
src/summaryview.c
patch
|
blob
|
history
diff --git
a/src/summaryview.c
b/src/summaryview.c
index 01d284a1cd6010f3bf044afd20318f17f0d9e334..1f6308caae6386a8c8fd05caa25e4fcc0b905708 100644
(file)
--- 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)