Directly use the hook proc for the custom template dialog rather than
commit8e9e8922f1e366fab8bb952f0135bfeb10da8274
authorHuw Davies <huw@codeweavers.com>
Mon, 19 Jan 2004 21:51:29 +0000 (19 21:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jan 2004 21:51:29 +0000 (19 21:51 +0000)
tree1221b7357b3060b37de7d6c2acbe666a060ae63c
parent301bbc4984884512fe122b760c801defe38c5fff
Directly use the hook proc for the custom template dialog rather than
calling it through another dlgproc.
Deliver the old style file_ok message with SendMessage, this allows
the dialog to be subclassed (as ATL/WTL does).
Only deliver this message if the app didn't reject the WM_NOTIFY
message.
dlls/commdlg/filedlg.c