From 73bccf45cb987df36ed41054f1b285230731327f Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 15 Feb 2012 19:36:40 +0100 Subject: Bug #637200 - Add mnemonics to Folder Properties dialog checkboxes --- mail/em-folder-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c index 5bd75cf61e..69c72b3144 100644 --- a/mail/em-folder-properties.c +++ b/mail/em-folder-properties.c @@ -221,7 +221,7 @@ emfp_get_folder_item (EConfig *ec, switch (properties[ii]->value_type) { case G_TYPE_BOOLEAN: - widget = gtk_check_button_new_with_label (blurb); + widget = gtk_check_button_new_with_mnemonic (blurb); g_object_bind_property ( context->folder, properties[ii]->name, -- cgit v1.2.3