From: Vadim Zeitlin Date: Wed, 13 Aug 2003 10:06:32 +0000 (+0000) Subject: OnExit() is not called if OnInit() failed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fba61bdfb72c932e44aadf70db30b6961fb70346 OnExit() is not called if OnInit() failed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index a7fb095ec6..9373a54ad2 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -8,6 +8,7 @@ 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() +- also, OnExit() is not called if OnInit() fails - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead - wxFileType::GetIcon() returns wxIconLocation, not wxIcon