Add a placeholder for integrating with the display filter dialog.

svn path=/trunk/; revision=17286
This commit is contained in:
Gerald Combs 2006-02-13 21:54:05 +00:00
parent 80e5e0fb15
commit 0e32e17152
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}