mouse: Fix conflicting mnemonic

'Test Your Settings' and 'Disable while typing' both were set to 't'

https://bugzilla.gnome.org/show_bug.cgi?id=692767
This commit is contained in:
Jeremy Bicha 2013-01-29 01:21:06 -05:00
parent f3b8b5f932
commit bcc1cc2a5a

View file

@ -120,7 +120,7 @@ cc_mouse_panel_constructed (GObject *object)
/* Add test area toggle to shell header. */ /* Add test area toggle to shell header. */
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2); box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
button = gtk_toggle_button_new_with_mnemonic (_("_Test Your Settings")); button = gtk_toggle_button_new_with_mnemonic (_("Test Your _Settings"));
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
gtk_widget_set_visible (button, TRUE); gtk_widget_set_visible (button, TRUE);