]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that OnInit/Exit() should be used instead of wxApp/~wxApp
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Jul 2003 11:14:19 +0000 (11:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Jul 2003 11:14:19 +0000 (11:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c30903e627678fd7413146ae174f4a3087cbd861..c23f143cd728bbb736d17c4a505fb9422b759a00 100644 (file)
@@ -5,11 +5,14 @@ wxWindows 2.5/2.6 Change Log
 INCOMPATIBLE CHANGES SINCE 2.4.x
 ================================
 
+- no initialization/cleanup can be done in wxApp/~wxApp because they are
+  now called much earlier/later than before; please move any exiting code
+  from there to wxApp::OnInit()/OnExit()
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
 
 
-DEPRECATED METHOD SINCE 2.4.x
-=============================
+DEPRECATED METHODS SINCE 2.4.x
+==============================
 
 Deprecated methods may still be used but will disappear in future wxWindows
 versions, please update your code to not use them.