From aeeb59a43625510009d8c2916f7d9bae4cbb1b96 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 7 May 2003 00:37:13 +0000 Subject: [PATCH] Fixed a comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/gdi.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 8048014a5d..2a29fdeb50 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -1087,7 +1087,7 @@ public: %name(XorRect)bool Xor(const wxRect& rect); %name(XorRegion)bool Xor(const wxRegion& region); - // Convert the region to a B&W bitmap with the black pixels being inside + // Convert the region to a B&W bitmap with the white pixels being inside // the region. wxBitmap ConvertToBitmap();