From 2325bae316fe0cc05cec8cea06f96d1cd82eca82 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 5 May 2008 08:15:38 +0000 Subject: [PATCH] Removed non-ANSI characters, even if the result is gibberish German git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();