]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed
authorRobin Dunn <robin@alldunn.com>
Tue, 23 Dec 2003 21:35:31 +0000 (21:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 23 Dec 2003 21:35:31 +0000 (21:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.html
wxPython/docs/MigrationGuide.txt

index b25cd127e80c6572efbf6bcd35641a716dd63f80..d6b33f9cf1ceb0add0783417705b40e2ad37a069 100644 (file)
@@ -174,12 +174,9 @@ app.MainLoop()
 <p>You shouldn't need to migrate all your modules over to use the new
 package and names right away as there are modules in place that try to
 provide as much backwards compatibility of the names as possible.  If
-you rewrote the above sample using &quot;from wxPython.wx import <a href="#id1" name="id2"><span class="problematic" id="id2">*</span></a>&quot;, the
+you rewrote the above sample using &quot;from wxPython.wx import &quot;, the
 old wxNames, and the old style of event binding it will still work
 just fine.</p>
-<div class="system-message" id="id1">
-<p class="system-message-title">System Message: <a name="id1">WARNING/2</a> (<tt>MigrationGuide.txt</tt>, line 189); <em><a href="#id2">backlink</a></em></p>
-Inline emphasis start-string without end-string.</div>
 </div>
 <div class="section" id="new-wx-dc-methods">
 <h1><a name="new-wx-dc-methods">New wx.DC Methods</a></h1>
@@ -258,7 +255,7 @@ BlitXY(xdest, ydest, width, height, sourceDC, xsrc, ysrc,
 Blit(destPt, size, sourceDC, srcPt,
      rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition)
 
-SetClippingRegionXY SetClippingRegion(x, y, width, height)
+SetClippingRegionXY(x, y, width, height)
 SetClippingRegion(point, size)
 SetClippingRect(rect)
 SetClippingRegionAsRegion(region);
@@ -367,7 +364,7 @@ wxPyTypeCast at all.</p>
 <hr class="footer" />
 <div class="footer">
 <a class="reference" href="MigrationGuide.txt">View document source</a>.
-Generated on: 2003-12-18 18:35 UTC.
+Generated on: 2003-12-23 21:34 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 </div>
 </body>
index 431f57be559dc24e7fecb39201a4216bec5775d8..70c968ada17e5197052b2835f4d404224e428830 100644 (file)
@@ -189,7 +189,7 @@ the official form of the wxPython classes.  For example::
 You shouldn't need to migrate all your modules over to use the new
 package and names right away as there are modules in place that try to
 provide as much backwards compatibility of the names as possible.  If
-you rewrote the above sample using "from wxPython.wx import *", the
+you rewrote the above sample using "from wxPython.wx import * ", the
 old wxNames, and the old style of event binding it will still work
 just fine.
 
@@ -275,7 +275,7 @@ that are affected are listed here::
     Blit(destPt, size, sourceDC, srcPt,
          rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition)
 
-    SetClippingRegionXY SetClippingRegion(x, y, width, height)
+    SetClippingRegionXY(x, y, width, height)
     SetClippingRegion(point, size)
     SetClippingRect(rect)
     SetClippingRegionAsRegion(region);