]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
no message
[wxWidgets.git] / include / wx / msw / menu.h
index a7ede6fe162cd1d48c4a14c6d9ddfe226437b169..6ca343d1afef8dab7996889cc05cc8fe5eaa9acf 100644 (file)
@@ -78,7 +78,7 @@ public:
   virtual wxString GetHelpString(int id) const ;
 
   // find item
-    // Finds the item id matching the given string, NOT_FOUND if not found.
+    // Finds the item id matching the given string, wxNOT_FOUND if not found.
   virtual int FindItem(const wxString& itemString) const ;
     // Find wxMenuItem by ID, and item's menu too if itemMenu is !NULL.
   wxMenuItem *FindItemForId(int itemId, wxMenu **itemMenu = NULL) const;