FileOpenDlgProc95: notify application of changed selection after

filling template.
This commit is contained in:
Uwe Bonnes 2000-12-02 23:43:10 +00:00 committed by Alexandre Julliard
parent 816845026c
commit 695421d09a
1 changed files with 1 additions and 0 deletions

View File

@ -821,6 +821,7 @@ HRESULT WINAPI FileOpenDlgProc95(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa
FILEDLG95_InitControls(hwnd);
SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE);
FILEDLG95_FillControls(hwnd, wParam, lParam);
SendCustomDlgNotificationMessage(hwnd,CDN_SELCHANGE);
return 0;
}
case WM_COMMAND: