aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_customheader.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-27 07:18:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-27 07:18:16 +0000
commitcc152a4558452fd6ab85fd2de73ef541268edea2 (patch)
tree3bf7ff3a9a0aee3cfa07d3576617786907aa3e7d /src/prefs_customheader.c
parent7027c02cc3bdc7a946e5f6fed57d90a578d77d1a (diff)
use GTK stock button for alertpanel.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@47 ee746299-78ed-0310-b773-934348b2243d
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);