Be more clear about Thaw() to DoThaw() renaming.

Closes #11048.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-30 13:20:59 +00:00
parent 63ff0fefcf
commit 47d9ca165a

View File

@@ -96,7 +96,7 @@ Changes in behaviour not resulting in compilation errors, please read this!
proportions to return to the old behaviour. proportions to return to the old behaviour.
- wxWindow::Freeze/Thaw() are not virtual any more, if you overrode them in - 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 - wxCalendarCtrl has native implementation in wxGTK, but it has less features
than the generic one. The native implementation is used by default, but you than the generic one. The native implementation is used by default, but you