aboutsummaryrefslogtreecommitdiff
path: root/src/account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-08 07:27:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-08 07:27:24 +0000
commita07b24d01ccce1cfa58e74782f8b5b05c5a7055d (patch)
tree154f9c6d11b22a587ea365677836f192b493e279 /src/account.c
parent8f85197cc2c306abc3bceee155afddf34e59f643 (diff)
modified alert dialogs.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@408 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/account.c')
-rw-r--r--src/account.c6
1 files changed, 4 insertions, 2 deletions
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) {