]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/mdi.cpp
document On{Open,Save}Document()
[wxWidgets.git] / src / mac / carbon / mdi.cpp
index 3f3131746c1d1c3e46a4811048bed2936caa2514..ff52663afcdd4adc4bacdb7a1d8cd13f603b792d 100644 (file)
@@ -391,7 +391,8 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
     if (parent)
         parent->AddChild(this);
 
-    MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
+    MacCreateRealWindow( pos , size , MacRemoveBordersFromStyle(style) , name ) ;
+    SetTitle( title );
 
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE));