summaryrefslogtreecommitdiff
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-31 01:44:11 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-31 01:44:11 +0000
commit2fcb67b4961a6e983d591629186f9cc9b19c3e33 (patch)
tree01de9558a386f04a12d3b44485ed804382c41b84 /gtk/recent.h
parentb61a0b3d16895a559c85b3dbe7252b7a32817726 (diff)
downloadwireshark-2fcb67b4961a6e983d591629186f9cc9b19c3e33.tar.gz
From Giorgio Tino: Add a "Don't show this message again" option to an
AirPcap warning dialog. Fix a callback bug in simple_dialog.c. svn path=/trunk/; revision=19747
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index e1ecb3de95..f1a003c918 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -44,6 +44,7 @@ typedef struct recent_settings_tag {
gboolean main_toolbar_show;
gboolean filter_toolbar_show;
gboolean airpcap_toolbar_show;
+ gboolean airpcap_driver_check_show;
gboolean packet_list_show;
gboolean tree_view_show;
gboolean byte_view_show;