fixing typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-02-17 05:35:46 +00:00
parent 35833b845b
commit 940037ca8b

View File

@@ -3185,7 +3185,7 @@ bool wxMacMLTEHIViewControl::HasFocus() const
void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush ) 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) if (HITextViewSetBackgroundColor != NULL)
{ {
RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ; RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ;