From 95bbb2b9a48166028b8a287233efbca863f08533 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Jun 2003 21:28:33 +0000 Subject: [PATCH] fixed typo or something git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/CHANGES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 21cb6b3c82..cf42f94dfe 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -64,10 +64,11 @@ wxPreviewControlBar so they can be derived from in Python and be able to override the C++ virtual methods. Simplified how the wxSizer methods are wrapped, changed the name of -the "option" parameter to "proportion" ("option" is still accepted for -compatibility, but this will go away in a future release,) -SetItemMinSize can now take a wxSize (or 2-tuple) parameter, and -Spacers can be specified with a wxSize (or 2-tuple) parameter +the "option" parameter to "proportion" to match the docs ("option" is +still accepted for compatibility, but this will go away in a future +release,) SetItemMinSize can now take a wxSize (or 2-tuple) parameter, +and Spacers can be specified with a wxSize (or 2-tuple) parameter +