diff --git a/dlls/commdlg/filedlg95.c b/dlls/commdlg/filedlg95.c index e46941f9eae..9e9fcf63d7e 100644 --- a/dlls/commdlg/filedlg95.c +++ b/dlls/commdlg/filedlg95.c @@ -928,8 +928,8 @@ INT_PTR CALLBACK FileOpenDlgProc95(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l CreateTemplateDialog((FileOpenDlgInfos *)lParam, hwnd); FILEDLG95_InitControls(hwnd); - SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE); FILEDLG95_FillControls(hwnd, wParam, lParam); + SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE); SendCustomDlgNotificationMessage(hwnd,CDN_FOLDERCHANGE); SendCustomDlgNotificationMessage(hwnd,CDN_SELCHANGE); SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,