FileOpenDlgProc95: notify application of changed selection after
filling template.
This commit is contained in:
parent
816845026c
commit
695421d09a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue