git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-14 01:55:47 +00:00
parent 8dfc6457b2
commit e75fd8a4ca
2 changed files with 18 additions and 9 deletions

View File

@@ -312,7 +312,7 @@ That's because if you are still importing from wxPython.wx then there
are some classes defined there with Draw and etc. methods that have
2.4 compatible signatures. However if/when the old wxPython.wx
namespace is removed then these classes will be removed too so you
should plam on migrating to the new namespace and new DC Draw methods
should plan on migrating to the new namespace and new DC Draw methods
before that time.