OnExit() is not called if OnInit() failed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-13 10:06:32 +00:00
parent 8b3a401696
commit fba61bdfb7

View File

@ -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