aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-03 16:26:00 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-05 19:19:46 +0000
commitc2b713c0935de91f07faf0674dbb024391531a90 (patch)
tree77242b065cf28f40ec0d3fb59df22b18efabe171 /ui/gtk
parent198ef94073326ae7f75ce02784e797e1e0fd0fd0 (diff)
Qt: Add the capture and display filter dialog.
Use a single overloaded dialog, similar to the GTK+ UI. Change-Id: If85db14a7101770f115bef725f5145e0010c518d Reviewed-on: https://code.wireshark.org/review/8776 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 'ui/gtk')
-rw-r--r--ui/gtk/filter_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/filter_dlg.c b/ui/gtk/filter_dlg.c
index a12a7bfd9c..941da3aec6 100644
--- a/ui/gtk/filter_dlg.c
+++ b/ui/gtk/filter_dlg.c
@@ -799,7 +799,7 @@ filter_dlg_save(filter_list_type_t list_type)
char *pf_dir_path;
char *f_path;
int f_save_errno;
- const char *filter_type;
+ const char *filter_type;
switch (list_type) {