[evolution] Bug #704549 - Missing mnemonic in External Editor plugin configuration



commit 9f8628e44bd6effc35a401f96420b644a1552af4
Author: Milan Crha <mcrha redhat com>
Date:   Fri Aug 9 10:17:51 2013 +0200

    Bug #704549 - Missing mnemonic in External Editor plugin configuration

 plugins/external-editor/external-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c
index d31b0d8..8f6e782 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);


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