aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-09 16:54:17 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-10 01:51:09 +0000
commite4b0141769a9a30b4d5c8da86a27eac5c612585c (patch)
treeed4dad2f5cfb6e9f994ff61ae85433459e66f6e2 /epan/prefs.h
parentc1d4a087778ccf68f991a7262e36734ac81a5fec (diff)
Qt: Obey main toolbar icon preferences.
Remove the preferences for the filter toolbar and mark them GTK+-only. Change-Id: Ie48b19aee29a1cfcea4c41ca6c08ddbba3102377 Reviewed-on: https://code.wireshark.org/review/5693 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 4619b117b6..c45a2a098e 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -150,7 +150,7 @@ typedef struct _e_prefs {
gint gui_ptree_expander_style;
gboolean gui_hex_dump_highlight_style;
gint gui_toolbar_main_style;
- gint gui_toolbar_filter_style;
+ gint gui_toolbar_filter_style; /* GTK only? */
gchar *gui_gtk2_font_name;
gchar *gui_qt_font_name;
color_t gui_marked_fg;