diff --git a/ChangeLog b/ChangeLog index 85bce5d5bc..45a3355686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-19 Christopher Aillon + + * gnome/applet/other-network-dialog.c: + * gnome/applet/wireless-applet.glade: + Also need mnemonic widgets, and underline enabled. + 2005-08-19 Dan Williams * vpn-daemons/vpnc/nm-vpnc-service.c diff --git a/gnome/applet/other-network-dialog.c b/gnome/applet/other-network-dialog.c index 98ca971d0e..6283eee8ef 100644 --- a/gnome/applet/other-network-dialog.c +++ b/gnome/applet/other-network-dialog.c @@ -140,13 +140,13 @@ static void nmwa_other_network_dialog_key_type_combo_changed (GtkWidget *key_typ switch ((combo_choice = gtk_combo_box_get_active (GTK_COMBO_BOX (key_type_combo)))) { case KEY_TYPE_128_BIT_PASSPHRASE: - gtk_label_set_label (entry_label, _("_Passphrase:")); + gtk_label_set_text_with_mnemonic (entry_label, _("_Passphrase:")); break; case KEY_TYPE_ASCII_KEY: - gtk_label_set_label (entry_label, _("_ASCII Key:")); + gtk_label_set_text_with_mnemonic (entry_label, _("_ASCII Key:")); break; case KEY_TYPE_HEX_KEY: - gtk_label_set_label (entry_label, _("_Hex Key:")); + gtk_label_set_text_with_mnemonic (entry_label, _("_Hex Key:")); break; default: break; diff --git a/gnome/applet/wireless-applet.glade b/gnome/applet/wireless-applet.glade index c157528535..b90ae9aca5 100644 --- a/gnome/applet/wireless-applet.glade +++ b/gnome/applet/wireless-applet.glade @@ -555,8 +555,9 @@ You have chosen to log in to the wireless network '%s'. If you are sure that th True - Key type: - False + _Key type: + key_type_combo + True False GTK_JUSTIFY_LEFT False @@ -583,7 +584,8 @@ You have chosen to log in to the wireless network '%s'. If you are sure that th True - Passphrase: + _Passphrase: + passphrase_entry False False GTK_JUSTIFY_LEFT @@ -831,6 +833,7 @@ A passphrase or encryption key is required to access the wireless network '%s'.< True _Key Type: + key_type_combo True False GTK_JUSTIFY_LEFT @@ -889,6 +892,7 @@ Hex Key (WEP) True _Passphrase: + passphrase_entry True False GTK_JUSTIFY_LEFT