reverting one line

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-03-15 17:32:29 +00:00
parent b62f94ff48
commit 03cebc22cb

View File

@ -144,7 +144,7 @@ bool wxTopLevelWindowCocoa::Create(wxWindow *parent,
[m_cocoaNSWindow setExcludedFromWindowsMenu: YES];
if(style & wxSTAY_ON_TOP)
[m_cocoaNSWindow setLevel:NSFloatingWindowLevel];
SetTitle(title);
[m_cocoaNSWindow setTitle:wxNSStringWithWxString(title)];
return true;
}