aboutsummaryrefslogtreecommitdiff
path: root/src/account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
commit4e029c26ee4bca999bf39dda0b1b2d2bfe5101bc (patch)
treef6232c0f0fe543859787f92f1642b5cb54e3a41f /src/account.c
parent85969fb751e0da20008a66b8f81e8196131da4da (diff)
modified several alerts, and added accelerators for the buttons.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/account.c')
-rw-r--r--src/account.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account.c b/src/account.c
index bd1bf2f8..82348f8c 100644
--- a/src/account.c
+++ b/src/account.c
@@ -755,7 +755,8 @@ static void account_edit_create(void)
gtk_widget_show (vbox2);
gtk_box_pack_start (GTK_BOX (hbox), vbox2, FALSE, FALSE, 0);
- default_btn = gtk_button_new_with_label (_(" Set as default account "));
+ default_btn = gtk_button_new_with_mnemonic
+ (_(" _Set as default account "));
gtk_widget_show (default_btn);
gtk_box_pack_start (GTK_BOX (vbox2), default_btn, TRUE, FALSE, 0);
g_signal_connect (G_OBJECT(default_btn), "clicked",