Commit ec821b69 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 443910ba
......@@ -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 */
......
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