]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
use wxCopyRectToRECT() instead of duplicating its code (patch 1707294)
[wxWidgets.git] / src / html / helpctrl.cpp
index bc026182ee947ce4c2094b9ce303a3929b060e7b..a0c120aa75574e7d54c71508740e274e3887515a 100644 (file)
@@ -155,8 +155,8 @@ wxHtmlHelpFrame* wxHtmlHelpController::CreateHelpFrame(wxHtmlHelpData *data)
 {
     wxHtmlHelpFrame* frame = new wxHtmlHelpFrame(data);
     frame->SetController(this);
+    frame->Create(m_parentWindow, -1, wxEmptyString, m_FrameStyle, m_Config, m_ConfigRoot);
     frame->SetTitleFormat(m_titleFormat);    
-    frame->Create(m_parentWindow, -1, wxEmptyString, m_FrameStyle);
     m_helpFrame = frame;
     return frame;
 }