[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-852-ga374abd69

paul at claws-mail.org paul at claws-mail.org
Fri Nov 22 12:11:03 CET 2019


The branch, gtk3 has been updated
       via  a374abd697ebc61c6a488868a15ea32e2d29bcee (commit)
      from  f9c2062d1e84a7767bf83ac40575cd3c84d2d69a (commit)

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


- Log -----------------------------------------------------------------
commit a374abd697ebc61c6a488868a15ea32e2d29bcee
Author: paul <paul at claws-mail.org>
Date:   Fri Nov 22 12:10:58 2019 +0000

    replace remaining GTK_STOCK_*

diff --git a/src/file_checker.c b/src/file_checker.c
index 08eabdb04..000dad82d 100644
--- a/src/file_checker.c
+++ b/src/file_checker.c
@@ -81,7 +81,7 @@ static gboolean verify_folderlist_xml()
 		msg = g_strdup_printf
 			(_("The file %s is missing! "
 			   "Do you want to use the backup file from %s?"), FOLDER_LIST,buf);
-		aval = alertpanel(_("Warning"), msg, GTK_STOCK_NO, GTK_STOCK_YES, NULL,
+		aval = alertpanel(_("Warning"), msg, _("_No"), _("_Yes"), NULL,
 				ALERTFOCUS_FIRST);
 		g_free(msg);
 		if (aval != G_ALERTALTERNATE)
@@ -105,7 +105,7 @@ static gboolean verify_folderlist_xml()
 			msg = g_strdup_printf
 				(_("The file %s is empty or corrupted! "
 				   "Do you want to use the backup file from %s?"), FOLDER_LIST,buf);
-			aval = alertpanel(_("Warning"), msg, GTK_STOCK_NO, GTK_STOCK_YES, NULL,
+			aval = alertpanel(_("Warning"), msg, _("_No"), _("_Yes"), NULL,
 					ALERTFOCUS_FIRST);
 			g_free(msg);
 			if (aval != G_ALERTALTERNATE)

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list