]> git.saurik.com Git - wxWidgets.git/commitdiff
setting the wx title as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 17 Aug 2004 04:42:33 +0000 (04:42 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 17 Aug 2004 04:42:33 +0000 (04:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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 ) ;