]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/nonownedwnd.mm
Move menu messages handling from wxFrame to wxTLW in wxMSW.
[wxWidgets.git] / src / osx / cocoa / nonownedwnd.mm
index 103f97a7e3da0b52e16add3969c4646201f5b9e0..751dc10f73be3bd4cef7b3137722f3462627a8f8 100644 (file)
@@ -450,7 +450,7 @@ extern int wxOSXGetIdFromSelector(SEL action );
         if ( wxpeer )
         {
             wxpeer->HandleActivated(0, false);
         if ( wxpeer )
         {
             wxpeer->HandleActivated(0, false);
-            // as for wx the deactivation also means loosing focus we
+            // as for wx the deactivation also means losing focus we
             // must trigger this manually
             [window makeFirstResponder:nil];
             
             // must trigger this manually
             [window makeFirstResponder:nil];