Fix typo in a comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-12-12 22:56:44 +00:00
parent cebc3503d2
commit 1a4921b45a

View File

@@ -1852,7 +1852,7 @@ void wxPropertyGrid::OnPaint( wxPaintEvent& WXUNUSED(event) )
}
wxASSERT( dcPtr );
PrepareDC(*dcPtr);
// Unused area will be cleared when drawing then items
// Unused area will be cleared when drawing the items
/*
dcPtr->SetBackground(m_colEmptySpace);
dcPtr->Clear();