[evolution] Use gtk_check_button_new_with_mnemonic() with a mnemonic string



commit ce5054cf34c9755547bd0bbc8cf95a3dbb591258
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 11 13:21:35 2011 +0200

    Use gtk_check_button_new_with_mnemonic() with a mnemonic string

 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 be9ddcc..52a9195 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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]