[empathy] add an accelerator to open the params dialog
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] add an accelerator to open the params dialog
- Date: Thu, 22 Dec 2011 10:03:47 +0000 (UTC)
commit c98ccae7f1b293302018206dfbeae5c461c6cd15
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Dec 16 14:35:38 2011 +0100
add an accelerator to open the params dialog
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 b88ff18..c839056 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]