diff options
author | Milan Crha <mcrha@redhat.com> | 2011-10-11 19:21:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-10-11 19:21:35 +0800 |
commit | ce5054cf34c9755547bd0bbc8cf95a3dbb591258 (patch) | |
tree | 65f7c2349a46d81b4f08072d0669fe8f0bb8bd87 /modules | |
parent | 23f7fa75705e667f85568341d1184616443bc029 (diff) | |
download | gsoc2013-evolution-ce5054cf34c9755547bd0bbc8cf95a3dbb591258.tar.gz gsoc2013-evolution-ce5054cf34c9755547bd0bbc8cf95a3dbb591258.tar.zst gsoc2013-evolution-ce5054cf34c9755547bd0bbc8cf95a3dbb591258.zip |
Use gtk_check_button_new_with_mnemonic() with a mnemonic string
Diffstat (limited to 'modules')
-rw-r--r-- | modules/addressbook/autocompletion-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/autocompletion-config.c b/modules/addressbook/autocompletion-config.c index be9ddcc427..52a9195b44 100644 --- a/modules/addressbook/autocompletion-config.c +++ b/modules/addressbook/autocompletion-config.c @@ -196,7 +196,7 @@ acc_get_general_page (EConfig *ec, itembox = add_section (vbox, _("Address formatting"), FALSE); - widget = gtk_check_button_new_with_label ( + widget = gtk_check_button_new_with_mnemonic ( _("_Format address according to standard of its destination country")); g_object_bind_property ( shell_settings, "enable-address-formatting", |