diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index d001bf5bea..f15a77fcad 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -2901,7 +2901,7 @@ void wxWindowMac::OnSetFocus( wxFocusEvent& event ) Rect rect ; m_peer->GetRect( &rect ) ; - // auf den umgebenden Rahmen zurチᅡ゚ck + // auf den umgebenden Rahmen zurck InsetRect( &rect, -1 , -1 ) ; wxTopLevelWindowMac* top = MacGetTopLevelWindow();