From 8cd3f025d814051fea1a20697e3a6c0e1529ac46 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 20 Apr 2010 20:53:07 +0000 Subject: [PATCH] backport r64081 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) ; }