// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifdef __GNUG__
#pragma implementation "menu.h"
+#pragma implementation "menuitem.h"
#endif
#include "wx/menu.h"
node = node->Next();
}
- wxLogDebug( "wxMenu::FindItem: item %d not found.", id);
-
+ // Not finding anything here can be correct
+ // when search the entire menu system for
+ // an entry -> no error message.
+
return (wxMenuItem *) NULL;
}