X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0429e043a80dface19685cd612a400df34c50d59..cfcf1d6ee31a87a20b1e6f198612be41b2bfecfa:/src/propgrid/property.cpp diff --git a/src/propgrid/property.cpp b/src/propgrid/property.cpp index f878d4ddda..fa81f9e898 100644 --- a/src/propgrid/property.cpp +++ b/src/propgrid/property.cpp @@ -276,7 +276,7 @@ bool wxPGDefaultRenderer::Render( wxDC& dc, const wxRect& rect, propertyGrid->GetCellDisabledTextColour(); dc.SetTextForeground(hCol); - // Must make the editor NULL to override it's own rendering + // Must make the editor NULL to override its own rendering // code. editor = NULL; }