]> git.saurik.com Git - wxWidgets.git/commitdiff
wxTheApp can't be assigned to any longer
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2003 23:40:07 +0000 (23:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2003 23:40:07 +0000 (23:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d9310cc3ecb5537af03b9e84234611c69dac9d1c..7e77b5dcafdbbbd31b24dc537245056d1b3f7f49 100644 (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()
 - 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()
+- wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
 
 
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon