X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..14ac4e3a8e8b07360b59be2f49451e85c81d6f7e:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 3782a29354..3605ea3dac 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -51,7 +51,8 @@ bool wxBestHelpController::Initialize( const wxString& filename ) delete chm; // try wxHtmlHelpController - wxHtmlHelpController* html = new wxHtmlHelpController(wxHF_DEFAULT_STYLE, m_parentWindow); + wxHtmlHelpController * + html = new wxHtmlHelpController(m_style, m_parentWindow); m_helpControllerType = wxUseHtmlHelp; if( html->Initialize( GetValidFilename( filename ) ) )