]> git.saurik.com Git - wxWidgets.git/commitdiff
Be more clear about Thaw() to DoThaw() renaming.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jul 2009 13:20:59 +0000 (13:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jul 2009 13:20:59 +0000 (13:20 +0000)
Closes #11048.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 0835fd93b72d355096953e6352b06e08f71b8ad1..1d7529cdb103396641596c81eaa7b6ab86484f3f 100644 (file)
@@ -96,7 +96,7 @@ Changes in behaviour not resulting in compilation errors, please read this!
   proportions to return to the old behaviour.
 
 - wxWindow::Freeze/Thaw() are not virtual any more, if you overrode them in
   proportions to return to the old behaviour.
 
 - wxWindow::Freeze/Thaw() are not virtual any more, if you overrode them in
-  your code you need to override DoFreeze/Thaw() instead now.
+  your code you need to override DoFreeze/DoThaw() instead now.
 
 - wxCalendarCtrl has native implementation in wxGTK, but it has less features
   than the generic one. The native implementation is used by default, but you
 
 - wxCalendarCtrl has native implementation in wxGTK, but it has less features
   than the generic one. The native implementation is used by default, but you