X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..2bd0a4dddc280c8c4939bf11223e90d92243a16d:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 7fd16b4706..5f0bc3fd68 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -6,7 +6,7 @@ // Author: Harm van der Heijden and Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) Harm van der Heijden and Vaclav Slavik -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) @@ -137,7 +137,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);