19 Jan
2004
19 Jan
'04
9:51 p.m.
ChangeSet ID: 10760 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/01/19 15:51:30 Modified files: dlls/commdlg : filedlg.c Log message: Huw Davies <huw(a)codeweavers.com> 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. Patch: http://cvs.winehq.com/patch.py?id=10760 Old revision New revision Changes Path 1.71 1.72 +16 -30 wine/dlls/commdlg/filedlg.c