spell error fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-11-27 13:22:26 +00:00
parent 96943967a5
commit 9656c0dd1b

View File

@@ -2540,7 +2540,7 @@ void wxWidgetCocoaImpl::DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* oth
event.SetWindow(otherWindow->GetWXPeer()); event.SetWindow(otherWindow->GetWXPeer());
thisWindow->HandleWindowEvent(event) ; thisWindow->HandleWindowEvent(event) ;
} }
else // !receivedFocuss else // !receivedFocus
{ {
#if wxUSE_CARET #if wxUSE_CARET
if ( thisWindow->GetCaret() ) if ( thisWindow->GetCaret() )