X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3527f29c8769e09d796c547c0c309f8b86407012..99b1023fd8d786e74f369069e33e4cb06a8fe45a:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 2900d99d31..ca6194c4cc 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -137,7 +137,7 @@ void wxHtmlHelpController::CreateHelpWindow() { m_Config = wxConfigBase::Get(FALSE); if (m_Config != NULL) - m_ConfigRoot = _T("wxWindows/wxHtmlHelpController"); + m_ConfigRoot = _T("wxWidgets/wxHtmlHelpController"); } m_helpFrame = CreateHelpFrame(&m_helpData); @@ -148,6 +148,7 @@ void wxHtmlHelpController::CreateHelpWindow() m_helpFrame->Create(NULL, wxID_HTML_HELPFRAME, wxEmptyString, m_FrameStyle); m_helpFrame->SetTitleFormat(m_titleFormat); + m_helpFrame->Show(TRUE); }