| commit | cdb67b28f89d9ba163df9623fd5866a511ad72c3 | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Wed Feb 28 03:59:07 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 28 14:12:32 2007 +0100 |
| tree | e9221241d38be749bc0a26b30cc1615217e48245 | |
| parent | 6b68e8d606883929a53a341a3c00af91659ad237 [diff] [blame] |
hhctrl.ocx: Added hhc parser.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index 3c629a9..4632d51 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c
@@ -859,6 +859,8 @@ if (!AddContentTab(pHHInfo)) return FALSE; + InitContent(pHHInfo); + return TRUE; } @@ -883,6 +885,7 @@ CloseCHM(info->pCHMInfo); ReleaseWebBrowser(info); + ReleaseContent(info); if(info->WinType.hwndHelp) DestroyWindow(info->WinType.hwndHelp);