talons

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

commit a374abd697ebc61c6a488868a15ea32e2d29bcee
parent f9c2062d1e84a7767bf83ac40575cd3c84d2d69a
Author: paul <paul@claws-mail.org>
Date:   Fri, 22 Nov 2019 12:10:58 +0000

replace remaining GTK_STOCK_*

Diffstat:
Msrc/file_checker.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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)