]> git.saurik.com Git - wxWidgets.git/commitdiff
doc-typo
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 27 Sep 2004 10:34:39 +0000 (10:34 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 27 Sep 2004 10:34:39 +0000 (10:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 8a05fad7297e0eb766daffaeb6b30d2f066748a1..c4186cedf30ca70c600d1c0914775af4de175d09 100644 (file)
@@ -147,7 +147,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - Identical functionality of wxFileDialog::ParseWildcard,
   wxGenericDirCtrl::ParseFilter, Motif and MSW parsing native dialogs
   is now accessible in ::wxParseCommonDialogsFilter
-- wxNotebookSizer and wxBookCtrlSizer are now deprecated -- the are no longer
+- wxNotebookSizer and wxBookCtrlSizer are now deprecated -- they are no longer
   needed, you can treat wxNotebook as any other control and put it directly
   into the sizer that was wxNotebookSizer's parent sizer in old code.
 - wxFile methods now return wxFileOffset which may be a 64 bit integer type,