Embed the browser object in the HTML window. Spotted by Jacek Caban.

This commit is contained in:
James Hawkins 2005-09-15 09:31:28 +00:00 committed by Alexandre Julliard
parent 443910ba27
commit ec821b698b
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ static BOOL HH_AddHTMLPane(HHInfo *pHHInfo)
if (!hWnd)
return FALSE;
if (!WB_EmbedBrowser(pHHInfo->pWBInfo, hwndParent))
if (!WB_EmbedBrowser(pHHInfo->pWBInfo, hWnd))
return FALSE;
/* store the pointer to the HH info struct */