aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-16 01:22:54 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-16 08:23:40 +0000
commit37e4cf69f127df600aaad5c610dab6ccb2f4133d (patch)
tree839a3789ab523daf3be07c2a4f86c2bb6bfb8615
parent8322c5e210d276a0a27e69f234829c7147c7e787 (diff)
Not GTK+-only any more.
Change-Id: Ic4290fbaca37dd1353d44d9ab1ce29750aa4f747 Reviewed-on: https://code.wireshark.org/review/27574 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--ui/preference_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/preference_utils.c b/ui/preference_utils.c
index 01584f0eb8..c1a4b0c9b5 100644
--- a/ui/preference_utils.c
+++ b/ui/preference_utils.c
@@ -40,7 +40,7 @@ prefs_to_capture_opts(void)
/* the same applies to other preferences settings as well. */
global_capture_opts.default_options.promisc_mode = prefs.capture_prom_mode;
global_capture_opts.use_pcapng = prefs.capture_pcap_ng;
- global_capture_opts.show_info = prefs.capture_show_info; /* GTK+ only? */
+ global_capture_opts.show_info = prefs.capture_show_info;
global_capture_opts.real_time_mode = prefs.capture_real_time;
auto_scroll_live = prefs.capture_auto_scroll;
#endif /* HAVE_LIBPCAP */