diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-16 21:35:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-22 17:46:18 +0800 |
commit | c98ccae7f1b293302018206dfbeae5c461c6cd15 (patch) | |
tree | 11aff823e6d7c96b52ac1bb88e384b0dc686af84 | |
parent | d78c414be20144cc84e697f2ad57600c4620423a (diff) | |
download | gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar.gz gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar.bz2 gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar.lz gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar.xz gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.tar.zst gsoc2013-empathy-c98ccae7f1b293302018206dfbeae5c461c6cd15.zip |
add an accelerator to open the params dialog
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |