aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-20 23:22:53 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-20 23:22:53 +0000
commit57d53852fd0070f671c7c2063455e3af86d277c1 (patch)
tree0a77204b8b95e08cbe212b3a30aa923da9e8efb8 /gtk/main.c
parent342b5351b55ba44318ba102e6cc53253a314f241 (diff)
AirPcap fixes from Giorgio Tino:
1) When choosing to Merge, Import or Keep decryption keys, key lists will be saved to the preferences file AND into the registry. 2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19646 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 4fa68ed5eb..2f3ba8f944 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -4108,7 +4108,7 @@ create_main_window (gint pl_size, gint tv_size, gint bv_size, e_prefs *prefs)
gtk_toolbar_append_space(GTK_TOOLBAR(airpcap_tb));
/* Advanced button */
- advanced_bt = gtk_button_new_with_label("Advanced Wireless Settings...");
+ advanced_bt = gtk_button_new_with_label("Wireless Settings");
OBJECT_SET_DATA(airpcap_tb,AIRPCAP_TOOLBAR_ADVANCED_KEY,advanced_bt);
SIGNAL_CONNECT(advanced_bt, "clicked", toolbar_display_airpcap_advanced_cb, airpcap_tb);