From 9f8628e44bd6effc35a401f96420b644a1552af4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 9 Aug 2013 10:17:51 +0200 Subject: Bug #704549 - Missing mnemonic in External Editor plugin configuration --- plugins/external-editor/external-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index d31b0d8e54..8f6e782919 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -119,8 +119,8 @@ e_plugin_lib_get_configure_widget (EPlugin *epl) g_free (editor); } - checkbox = gtk_check_button_new_with_label ( - _("Automatically launch when a new mail is edited")); + checkbox = gtk_check_button_new_with_mnemonic ( + _("_Automatically launch when a new mail is edited")); checked = g_settings_get_boolean (settings, "launch-on-key-press"); if (checked) gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbox), TRUE); -- cgit v1.2.3