aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/win32-file-dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-02-13 21:54:05 +0000
committerGerald Combs <gerald@wireshark.org>2006-02-13 21:54:05 +0000
commit0e32e17152a67f1df5eddcb71e12303fbbb00475 (patch)
treedb47cfeaeb74324b6e8f50f6f11a5294eedfd4d3 /gtk/win32-file-dlg.c
parent80e5e0fb15f19da5bc287666eb653e2d4645a782 (diff)
Add a placeholder for integrating with the display filter dialog.
svn path=/trunk/; revision=17286
Diffstat (limited to 'gtk/win32-file-dlg.c')
-rwxr-xr-xgtk/win32-file-dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/win32-file-dlg.c b/gtk/win32-file-dlg.c
index a539c754a0..9f7b554699 100755
--- a/gtk/win32-file-dlg.c
+++ b/gtk/win32-file-dlg.c
@@ -1008,6 +1008,9 @@ open_file_hook_proc(HWND of_hwnd, UINT msg, WPARAM w_param, LPARAM l_param) {
case (EN_UPDATE << 16) | EWFD_FILTER_EDIT:
filter_tb_syntax_check(cur_ctrl, NULL);
break;
+ case EWFD_FILTER_BTN:
+ /* XXX - Integrate with the filter dialog? */
+ break;
default:
break;
}