aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-06-28 03:03:36 +0000
committerMichael Mann <mmann78@netscape.net>2013-06-28 03:03:36 +0000
commit277aed869ebcc6e9c66045a126ee3d58b07e47ff (patch)
treef8c407691d71a921da324af4b402fa457812703e /epan/prefs.h
parent10918860b6eef84a0721e54f62b46e7e4280b37d (diff)
Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5413)
svn path=/trunk/; revision=50203
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 4355d20997..e9dd89de99 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -137,6 +137,7 @@ typedef struct _e_prefs {
GList *col_list;
gint num_cols;
color_t st_client_fg, st_client_bg, st_server_fg, st_server_bg;
+ color_t gui_text_valid, gui_text_invalid, gui_text_deprecated;
gboolean gui_altern_colors;
gboolean gui_expert_composite_eyecandy;
gboolean filter_toolbar_show_in_statusbar;