]> git.saurik.com Git - wxWidgets.git/commitdiff
mention exit code change
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2004 18:09:08 +0000 (18:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2004 18:09:08 +0000 (18:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 301e1d8608da62d7f8418d23e9181d24baf792a9..7252f90fff25d1467bc1b4bcc9fc1ad60cc59ed6 100644 (file)
@@ -22,6 +22,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   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
+- finally the program exit code is OnRun() return value, not OnExit() one
 - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
 - wxColourDatabase is not a wxList any more, use AddColour to add new colours