From a07b24d01ccce1cfa58e74782f8b5b05c5a7055d Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 8 Jul 2005 07:27:24 +0000 Subject: modified alert dialogs. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@408 ee746299-78ed-0310-b773-934348b2243d --- src/account.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/account.c') diff --git a/src/account.c b/src/account.c index 2c57fcda..bd1bf2f8 100644 --- a/src/account.c +++ b/src/account.c @@ -811,8 +811,10 @@ static void account_delete(void) _("Do you really want to delete the account '%s'?"), ac_prefs->account_name ? ac_prefs->account_name : _("(Untitled)")); - if (alertpanel(_("Delete account"), buf, - _("Yes"), _("+No"), NULL) != G_ALERTDEFAULT) + if (alertpanel_full(_("Delete account"), buf, + ALERT_QUESTION, G_ALERTALTERNATE, FALSE, + GTK_STOCK_YES, GTK_STOCK_NO, NULL) + != G_ALERTDEFAULT) return; if (ac_prefs->folder) { -- cgit v1.2.3