X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c4a2734d8ae73ad135437431c11d528b0e543b1..d12d9edacbcea0920e58346be8dd26ef3eeee43d:/src/html/helpfrm.cpp diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 63f4c1ae47..12437a80e3 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -100,7 +100,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id, m_HtmlHelpWin->SetController(m_helpController); if ( config) m_HtmlHelpWin->UseConfig(config, rootpath); - + wxFrame::Create(parent, id, _("Help"), wxPoint(m_HtmlHelpWin->GetCfgData().x, m_HtmlHelpWin->GetCfgData().y), wxSize(m_HtmlHelpWin->GetCfgData().w, m_HtmlHelpWin->GetCfgData().h),