X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..b88ccc4e8e2f933f2db3072757bbdce815578072:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index ca6194c4cc..87be6838d1 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -111,6 +111,8 @@ bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg) #if wxUSE_BUSYINFO if (show_wait_msg) delete busy; +#else + wxUnusedVar(show_wait_msg); #endif if (m_helpFrame) m_helpFrame->RefreshLists(); @@ -137,7 +139,7 @@ void wxHtmlHelpController::CreateHelpWindow() { m_Config = wxConfigBase::Get(FALSE); if (m_Config != NULL) - m_ConfigRoot = _T("wxWidgets/wxHtmlHelpController"); + m_ConfigRoot = _T("wxWindows/wxHtmlHelpController"); } m_helpFrame = CreateHelpFrame(&m_helpData);