#include "wx/msw/private.h"
#if wxUSE_NATIVE_STATUSBAR
- #include <wx/msw/statbr95.h>
+ #include "wx/msw/statbr95.h"
#endif
#include <string.h>
return TRUE;
}
- if (GetMenuBar() && GetMenuBar()->FindItemForId(id))
+ if (GetMenuBar() && GetMenuBar()->FindItem(id))
{
ProcessCommand(id);
return TRUE;