From dae710e70d21904b3303095072ad7682bbccd622 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 28 Feb 2002 19:06:32 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index bb655d30c2..5d91cdb7c2 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -25,7 +25,7 @@ convert the image data to wxImage, wxBitmap, or wxIcon. Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with -not item assigned to it are just left blank. Stretchable rows or +no item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer.