]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
added trailing slash
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index 0368071037ecda6ed739788a8ece787d9e8c4a23..597b6caa9aab4f50200802ce5661ff18a0988310 100644 (file)
@@ -807,6 +807,7 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
     SetName(name);
 
     m_windowId = id == -1 ? NewControlId() : id;
+    wxWindow::SetTitle( title ) ;
 
     MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;