Commit b152076d authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Fix the BrowseForFolder dialog so that when it does the callbacks it

uses the correct message instead of always sending BEFM_INITIALIZED.
parent ad6bac91
......@@ -80,7 +80,7 @@ static void browsefolder_callback( LPBROWSEINFOW lpBrowseInfo, HWND hWnd,
{
if (!lpBrowseInfo->lpfn)
return;
lpBrowseInfo->lpfn( hWnd, BFFM_INITIALIZED, param, lpBrowseInfo->lParam );
lpBrowseInfo->lpfn( hWnd, msg, param, lpBrowseInfo->lParam );
}
/******************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment