]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/MigrationGuide.txt
Mention that DrawnShape hasn't been reimplemented yet
[wxWidgets.git] / wxPython / docs / MigrationGuide.txt
index 24bbb6540eacd36a82d1abca4188bdd20ef8dae7..504513b6d9c283e001c8374f2d0d2a0b51675494 100644 (file)
@@ -698,10 +698,11 @@ there seems to be less and less interest in maintaining the C++
 version.  
 
 There are only a few known compatibility issues at this time.  First
-is the location of OGL.  The deprecated version is located in the
-wx.ogl module, and the new version is in the wx.lib.ogl package.  So
-this just means that to start using the new version you need to adjust
-your imports.  So if your code currently has something like this::
+is that the ogl.DrawnShape has not been reimplemented yet.  Next is the
+location of OGL.  The deprecated version is located in the wx.ogl
+module, and the new version is in the wx.lib.ogl package.  So this
+just means that to start using the new version you need to adjust your
+imports.  So if your code currently has something like this::
 
      import wx
      import wx.ogl as ogl