From dfc1240fa8b86e620c32c9fc17f46f438521c5bc Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Thu, 6 Dec 2007 18:03:17 +0000 Subject: Patch from David Turner : Fix for bug #468277 (missing mnemonic in 'New Address Book' dialog) svn path=/trunk/; revision=34663 --- addressbook/ChangeLog | 7 +++++++ addressbook/gui/component/addressbook-config.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2d1c1785dc..5a746eaaa1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2007-12-06 David Turner + + ** Fix for bug #468277 + + * gui/component/addressbook-config.c: (eabc_general_offline): + Added a mnemonic to "Copy book content locally for offline operation" + 2007-12-05 Lucky Wankhede ** Fix for bug #409121 diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 2f8b63b76c..ba5877c51d 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -629,7 +629,7 @@ eabc_general_offline(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, if (old) return old; else { - offline_setting = gtk_check_button_new_with_label (N_("Copy book content locally for offline operation")); + offline_setting = gtk_check_button_new_with_mnemonic (N_("Copy _book content locally for offline operation")); gtk_widget_show (offline_setting); gtk_container_add (GTK_CONTAINER (parent), offline_setting); g_signal_connect (offline_setting, "toggled", G_CALLBACK (offline_status_changed_cb), sdialog); -- cgit v1.2.3