aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-22 22:13:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-22 22:13:13 +0000
commitce20030200f7415b6147ed4bf99737c3f0cdce43 (patch)
treec6daf57d829d565e45294c4cbfe023f768b97684 /prefs.h
parent0cf948ae5dc08a9ead01745c7dbe400279eb97de (diff)
From Ulf Lamping: add a preference to control whether to show or hide
the main toolbar (currently no GUI to set it; that's in progress). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8754 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index f27d14c544..331e682494 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.49 2003/10/16 21:19:11 guy Exp $
+ * $Id: prefs.h,v 1.50 2003/10/22 22:13:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -74,6 +74,7 @@ typedef struct _e_prefs {
gint gui_ptree_line_style;
gint gui_ptree_expander_style;
gboolean gui_hex_dump_highlight_style;
+ gboolean gui_toolbar_main_show;
gint gui_toolbar_main_style;
gchar *gui_font_name;
color_t gui_marked_fg;