From: Robin Dunn Date: Tue, 14 Nov 2006 21:51:57 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d5aea13b422bbb7438abebafc8b9cf2bc9743758 fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 80869299ce..5eb2159e65 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -414,7 +414,7 @@ provide a way to show a standard About box for the application, which will either be a native dialog or a generic one depending on what info is provided and if it can all be shown with the native dialog. -The code in the animate contrib has been moved into the code wxWidgets +The code in the animate contrib has been moved into the core wxWidgets library, and refactored a bit along the way. For wxPython it still exists in the wx.animate module, but has basically been reduced to two classes, wx.animate.Animation, and wx.animate.AnimationCtrl. You load