Skip to content
Snippets Groups Projects
Commit 695421d0 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard
Browse files

FileOpenDlgProc95: notify application of changed selection after

filling template.
parent 81684502
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment