aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_customheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_customheader.c')
-rw-r--r--src/prefs_customheader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_customheader.c b/src/prefs_customheader.c
index 4b4ca036..e1219db5 100644
--- a/src/prefs_customheader.c
+++ b/src/prefs_customheader.c
@@ -538,7 +538,7 @@ static void prefs_custom_header_delete_cb(void)
if (alertpanel(_("Delete header"),
_("Do you really want to delete this header?"),
- _("Yes"), _("No"), NULL) != G_ALERTDEFAULT)
+ GTK_STOCK_YES, GTK_STOCK_NO, NULL) != G_ALERTDEFAULT)
return;
ch = gtk_clist_get_row_data(clist, row);