]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/menuitem.mm
work around a bug in TabCtrl_AdjustRect which will cause a crash on
[wxWidgets.git] / src / cocoa / menuitem.mm
index d64f475a58ff8bd9329e37e0ac4ec63933290d46..ac1893384a86da08f46e09c30986c7ed0ede2123 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2002/12/15
 // RCS-ID:      $Id: 
 // Copyright:   2002 David Elliott
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -73,7 +73,7 @@
 
 - (BOOL)validateMenuItem: (id)menuItem
 {
-    // TODO: Do wxWindows validation here and avoid sending during idle time
+    // TODO: Do wxWidgets validation here and avoid sending during idle time
     wxLogTrace(wxTRACE_COCOA,wxT("wxMenuItemAction"));
     wxMenuItem *item = wxMenuItem::GetFromCocoa(menuItem);
     wxCHECK_MSG(item,NO,wxT("validateMenuItem received but no wxMenuItem exists!"));