aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-15 21:31:12 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-16 04:32:09 +0000
commitd90505e8beb6da561004e2462310729cf6de3a7f (patch)
treeca3c4640f386c4be75b054c7d80821ba74f7d4b2 /capture_opts.h
parent9ec5b2b0fe60a1c70b1957452a8015896ad9d6ee (diff)
Not GTK+-only any more.
Change-Id: Id286252e4e59e141fce962020813f522f0b817bb Reviewed-on: https://code.wireshark.org/review/27571 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index da8981dcfb..6e193cf6e3 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -284,7 +284,7 @@ typedef struct capture_options_tag {
/* GUI related */
gboolean real_time_mode; /**< Update list of packets in real time */
- gboolean show_info; /**< show the info dialog. GTK+ only. */
+ gboolean show_info; /**< show the info dialog. */
gboolean restart; /**< restart after closing is done */
gchar *orig_save_file; /**< the original capture file name (saved for a restart) */