summaryrefslogtreecommitdiff
path: root/ui/recent.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-19 12:42:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-19 12:42:06 +0000
commit227eb36c83eda54d049ae7ddee36f24a2d46197e (patch)
tree77344111a98b5c64fbdb5e27c4d5ae50077dc6dd /ui/recent.h
parentaddf9236dc80679fb0701b3808f7d5264a9753dd (diff)
downloadwireshark-227eb36c83eda54d049ae7ddee36f24a2d46197e.tar.gz
Start to have an generic wireless toolbar. Sligtly modified patch from
Pontus Fuchs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=43354
Diffstat (limited to 'ui/recent.h')
-rw-r--r--ui/recent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/recent.h b/ui/recent.h
index b58a56d6b4..dc0b23e8e4 100644
--- a/ui/recent.h
+++ b/ui/recent.h
@@ -66,7 +66,7 @@ typedef struct _col_width_data {
typedef struct recent_settings_tag {
gboolean main_toolbar_show;
gboolean filter_toolbar_show;
- gboolean airpcap_toolbar_show;
+ gboolean wireless_toolbar_show;
gboolean airpcap_driver_check_show;
gboolean packet_list_show;
gboolean tree_view_show;