git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-09 03:41:00 +00:00
parent dc5bee0a15
commit 2b00444c2b
2 changed files with 2 additions and 2 deletions

View File

@@ -791,7 +791,7 @@ import wxversion
wxversion.select("2.4")
import wx
</pre>
<p>Then eventhough a 2.5 version of wxPython may be the default the
<p>Then even though a 2.5 version of wxPython may be the default the
application that does the above the first time that wx is imported
will actually get a 2.4 version. <strong>NOTE:</strong> There isn't actually a 2.4
version of wxPython that supports this, but there will be.</p>