summaryrefslogtreecommitdiff
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-13 16:14:28 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-13 16:14:28 +0000
commit0a069bc6a3b723a404ded41344cbeb821f0ab1e4 (patch)
tree76f426895a261df1fc2c9e39de2748921e9318ec /gtk/keys.h
parent95be22667a06272bad442de862bb8c3ab47b34e7 (diff)
downloadwireshark-0a069bc6a3b723a404ded41344cbeb821f0ab1e4.tar.gz
Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.
Consolidate some common code. Rename a bunch of variables. Remove some unused code. Fix an offset flag bug in airpcap_loader.c. This had to be merged by hand with r28349. Hopefully none of those changes were clobbered. svn path=/trunk/; revision=28350
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index 5bed93d697..09205a5592 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -86,7 +86,7 @@
#define AIRPCAP_ADVANCED_EDIT_KEY_SSID_KEY "airpcap_advanced_edit_key_ssid_key"
#define AIRPCAP_ADVANCED_EDIT_KEY_KEY_LABEL_KEY "airpcap_advanced_edit_key_key_label_key"
#define AIRPCAP_ADVANCED_EDIT_KEY_SSID_LABEL_KEY "airpcap_advanced_edit_key_ssid_label_key"
-#define AIRPCAP_ADVANCED_WEP_DECRYPTION_KEY "airpcap_advanced_wep_decryption_key"
+#define AIRPCAP_ADVANCED_DECRYPTION_MODE_KEY "airpcap_advanced_decryption_mode_key"
#define AIRPCAP_ADVANCED_WPA_DECRYPTION_KEY "airpcap_advanced_wpa_decryption_key"
#define AIRPCAP_ADVANCED_NOTEBOOK_KEY "airpcap_advanced_notebook_key"
#define AIRPCAP_ADVANCED_CANCEL_KEY "airpcap_advanced_cancel_key"