[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-47-g5e5c66e36

paul at claws-mail.org paul at claws-mail.org
Wed Jun 22 13:51:53 CET 2022


The branch, gtk2 has been updated
       via  5e5c66e36d52b9969c925efdbab1c1969ab586de (commit)
      from  dae9c4766dbd6b1f38cbf4f8426ad94a7bdc10ea (commit)

Summary of changes:
 src/mimeview.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 5e5c66e36d52b9969c925efdbab1c1969ab586de
Author: paul <paul at claws-mail.org>
Date:   Wed Jun 22 14:51:49 2022 +0100

    fix dae9c4766dbd6b1f38cbf4f8426ad94a7bdc10ea

diff --git a/src/mimeview.c b/src/mimeview.c
index 1f0f3982e..e2baa574c 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -1833,8 +1833,8 @@ static void mimeview_save_all_info(gint errors, gint total)
 					"%d files saved successfully.",
 					total),
 				total);
-		aval = alertpanel_full(_("Notice"), msg, NULL, _("_Close"),
-				       NULL, NULL, NULL, NULL, ALERTFOCUS_FIRST,
+		aval = alertpanel_full(_("Notice"), msg, GTK_STOCK_CLOSE,
+				       NULL, NULL, ALERTFOCUS_FIRST,
 				       TRUE, NULL, ALERT_NOTICE);
 		g_free(msg);
 		if (aval & G_ALERTDISABLE)
@@ -1850,8 +1850,8 @@ static void mimeview_save_all_info(gint errors, gint total)
 					"%s, %d files failed.",
 					errors),
 				msg1, errors);
-		aval = alertpanel_full(_("Warning"), msg2, NULL, _("_Close"),
-				       NULL, NULL, NULL, NULL, ALERTFOCUS_FIRST,
+		aval = alertpanel_full(_("Warning"), msg2, GTK_STOCK_CLOSE,
+				       NULL, NULL, ALERTFOCUS_FIRST,
 				       TRUE, NULL, ALERT_WARNING);
 		g_free(msg2);
 		g_free(msg1);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list