From c98ccae7f1b293302018206dfbeae5c461c6cd15 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 16 Dec 2011 14:35:38 +0100 Subject: add an accelerator to open the params dialog --- src/empathy-accounts-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index b88ff1839..c83905654 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -714,7 +714,7 @@ account_dialog_create_dialog_content (EmpathyAccountsDialog *dialog, gtk_widget_show (bbox); /* FIXME: make this handle external accounts */ - button = gtk_button_new_with_label (_("Edit Connection Parameters...")); + button = gtk_button_new_with_mnemonic (_("_Edit Connection Parameters...")); gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, TRUE, 0); gtk_widget_show (button); g_signal_connect_swapped (button, "clicked", -- cgit v1.2.3