]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Aug 2003 16:54:38 +0000 (16:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Aug 2003 16:54:38 +0000 (16:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 24afdd7ffbc1616e663bac131710a574212d18b7..a7fb095ec600087129b0a1d1c689c9e7252eaaf7 100644 (file)
@@ -79,7 +79,7 @@ All GUI ports:
 - added wxRenderer class allowing to customize the drawing of generic controls
 - added wxCLOSE_BOX style for dialogs and frames
 - added wxSplitterWindow and wxWizard handlers to XRC
-- wxWizard is now sizer-friendly and may b resizeable (Robert Vazan)
+- wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)