diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index 5ba3fcaf50..60572430d5 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -1021,7 +1021,7 @@ void wxWindowMac::SetLabel(const wxString& title) { m_label = title ; - if ( m_peer && m_peer->IsOk() && !(IsKindOf( CLASSINFO(wxButton) ) && GetId() == wxID_HELP) ) + if ( m_peer && m_peer->IsOk() ) m_peer->SetLabel( wxStripMenuCodes(m_label, wxStrip_Mnemonics), GetFont().GetEncoding() ) ; // do not trigger refreshes upon invisible and possible partly created objects