Minor mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-12 15:47:20 +00:00
parent 83141d3a74
commit a1b8f5489d
5 changed files with 7 additions and 5 deletions

View File

@@ -108,8 +108,9 @@ bool wxCHMHelpController::DisplayContextPopup(int contextId)
wxString str = GetValidFilename(m_helpFile);
// TODO: what should this be?
//HtmlHelp(GetSuitableHWND(), (const wxChar*) str, HH_HELP_CONTEXT, (DWORD)contextId);
// We also have to specify the popups file (default is cshelp.txt).
// str += wxT("::/cshelp.txt");
HH_POPUP popup;
popup.cbStruct = sizeof(popup);
popup.hinst = (HINSTANCE) wxGetInstance();