]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing comment
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 14 Aug 2011 15:43:30 +0000 (15:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 14 Aug 2011 15:43:30 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/utils.mm

index 9f57601f8487afe7772829274d1ca7e9b089def4..225c9d487cdb3c9cb7028c8546be290c425af590 100644 (file)
@@ -54,8 +54,8 @@ void wxBell()
 - (void)applicationWillFinishLaunching:(NSNotification *)application { 
     wxUnusedVar(application);
     
-    // we must install our handlers later than setting the app delegates, because otherwise our handlers
-    // get overwritten
+    // we must install our handlers later than setting the app delegate, because otherwise our handlers
+    // get overwritten in the meantime
 
     NSAppleEventManager *appleEventManager = [NSAppleEventManager sharedAppleEventManager];