From 47d9ca165aa803fea6c3f91af9c60c80c3e34a0d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Jul 2009 13:20:59 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 0835fd93b7..1d7529cdb1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 - 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 -- 2.45.2