From 0bb73f53d570c5489c6d9694c325f3515d15a1f3 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Sun, 11 May 2003 02:39:08 +0000 Subject: [PATCH] Fill the filedialog95 controls before sending a CDN_INITDONE notification. --- dlls/commdlg/filedlg95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,