[gnome-initial-setup] Fix mnemonics
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Fix mnemonics
- Date: Thu, 31 May 2012 21:18:12 +0000 (UTC)
commit 740f3d34b8666cf4f4bb814d14027df254eb9b2f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu May 31 16:35:25 2012 -0400
Fix mnemonics
gnome-initial-setup/gdm-initial-setup.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-initial-setup/gdm-initial-setup.c b/gnome-initial-setup/gdm-initial-setup.c
index 6a7841f..865953c 100644
--- a/gnome-initial-setup/gdm-initial-setup.c
+++ b/gnome-initial-setup/gdm-initial-setup.c
@@ -203,10 +203,10 @@ build_eula_page (SetupData *setup,
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
gtk_container_add (GTK_CONTAINER (scrolled_window), text_view);
- checkbox = gtk_check_button_new_with_label (_("I have &agreed to the "
- "terms and conditions in "
- "this end user license "
- "agreement."));
+ checkbox = gtk_check_button_new_with_mnemonic (_("I have _agreed to the "
+ "terms and conditions in "
+ "this end user license "
+ "agreement."));
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 8);
gtk_container_add (GTK_CONTAINER (vbox), scrolled_window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]