From 940037ca8b70b2a7bf8bf99759a6567a53d0c4e4 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 17 Feb 2009 05:35:46 +0000 Subject: [PATCH] fixing typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/textctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index b176182115..941f137a69 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -3185,7 +3185,7 @@ bool wxMacMLTEHIViewControl::HasFocus() const void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush ) { -#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OSX_VERSION_10_4 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 if (HITextViewSetBackgroundColor != NULL) { RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ;