]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Sep 2004 20:08:01 +0000 (20:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Sep 2004 20:08:01 +0000 (20:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index 504513b6d9c283e001c8374f2d0d2a0b51675494..a0de5716229b73d9cf035de5b223f4256f065e54 100644 (file)
@@ -424,7 +424,7 @@ be used from XRC.
 You should not use AddWindow, AddSizer, AddSpacer (and similar for
 Insert, Prepend, and etc.) methods any longer.  Just use Add and the
 wrappers will figure out what to do.  **[Changed in 2.5.2.x]**
-AddWindow, AddSize, AddSpacer and etc. will now issue a
+AddWindow, AddSizer, AddSpacer and etc. will now issue a
 DeprecationWarning. 
 
 **[Changed in 2.5.2.x]** The Sizers have had some fundamental internal