]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed Vadim's comment. Added comment explaining when posing can be done.
authorDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:54:50 +0000 (20:54 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:54:50 +0000 (20:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/app.mm

index 58addbd3d75499ea435b2f62b70648dd7a6d4ec9..62574e7a0e29839f032ef800ba251ca3c477d1d6 100644 (file)
@@ -155,10 +155,8 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
         }
     }
 
-    // VZ: apparently this needs to be done a.s.a.p., right? it is done after
-    //     wxClassInfo::InitializeClasses() now but usd to be done before, I
-    //     hope it's not a problem -- if it is, please let me know, David (if
-    //     it isn't, just remove this comment :-)
+    // Posing must be completed before any instances of the Objective-C
+    // classes being posed as are created.
     wxPoseAsInitializer::InitializePosers();
 
     return wxAppBase::Initialize(argc, argv);