]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpchm.cpp
1. a couple of compilation warnings fixed (strconv/listctrl)
[wxWidgets.git] / src / msw / helpchm.cpp
index 71356d4f6ffe23501a2718b139305b36ddc43f31..d163c2f196e7e9046fd2f5bf48a838f47f93bb2a 100644 (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();