git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61130
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxTopLevelWindowMac::SetTitle(const wxString& title)
{
wxWindow::SetLabel( title ) ;
void wxTopLevelWindowMac::SetTitle(const wxString& title)
{
wxWindow::SetLabel( title ) ;
- m_nowpeer->SetTitle(title, GetFont().GetEncoding() );
+ if ( m_nowpeer )
+ m_nowpeer->SetTitle(title, GetFont().GetEncoding() );
}
wxString wxTopLevelWindowMac::GetTitle() const
}
wxString wxTopLevelWindowMac::GetTitle() const