added closing parenthesis inside comment, no real changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-03-21 00:14:50 +00:00
parent 61639efb66
commit d40a56d0db

View File

@ -359,7 +359,7 @@ WXHBRUSH wxControl::MSWControlColor(WXHDC pDC)
{
// by default consider that the controls text shouldn't erase the
// background under it (this is true for all static controls, check boxes,
// radio buttons, ...
// radio buttons, ...)
::SetBkMode((HDC)pDC, TRANSPARENT);
return DoMSWControlColor(pDC, wxNullColour);