Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1083,7 +1083,7 @@ void wxTopLevelWindowMac::SetTitle(const wxString& title)
|
|||||||
UMASetWTitle( (WindowRef)m_macWindow , title , m_font.GetEncoding() ) ;
|
UMASetWTitle( (WindowRef)m_macWindow , title , m_font.GetEncoding() ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual wxString wxTopLevelWindowMac::GetTitle() const
|
wxString wxTopLevelWindowMac::GetTitle() const
|
||||||
{
|
{
|
||||||
return wxWindow::GetLabel();
|
return wxWindow::GetLabel();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user