mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 10:10:28 +01:00
2006-01-16 Dan Williams <dcbw@redhat.com>
* gnome/applet/wireless-security-option.c - (wso_wpa_create_key_type_model): clarify AES-CCMP algorithm name git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1335 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
c1adb93eb1
commit
7d82157fc5
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-01-16 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/wireless-security-option.c
|
||||
- (wso_wpa_create_key_type_model): clarify AES-CCMP algorithm name
|
||||
|
||||
2006-01-16 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-util/cipher-wpa-psk-passphrase.c
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ wso_wpa_create_key_type_model (int capabilities,
|
|||
}
|
||||
if (capabilities & NM_802_11_CAP_CIPHER_CCMP)
|
||||
{
|
||||
const char *name = _("CCMP/AES");
|
||||
const char *name = _("AES-CCMP");
|
||||
|
||||
gtk_list_store_append (model, &iter);
|
||||
gtk_list_store_set (model, &iter, WPA_KEY_TYPE_NAME_COL, name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue