X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5100cabffa34c38db26884577113d01f21cda446..194330c765d3e455f0e2b58ba1a55fbbcb775d0e:/src/msw/helpchm.cpp diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 71356d4f6f..d163c2f196 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -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();