diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 8c8276a181..5d317ce8dc 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -1414,7 +1414,7 @@ void wxTopLevelWindowMac::SetTitle(const wxString& title) void wxTopLevelWindowMac::SetLabel(const wxString& title) { - wxWindow::SetLabel( title ) ; + m_label = title; UMASetWTitle( (WindowRef)m_macWindow , title , GetFont().GetEncoding() ) ; }