/////////////////////////////////////////////////////////////////////////////
-// Name: msw/accel.cpp
+// Name: src/msw/accel.cpp
// Purpose: wxAcceleratorTable
// Author: Julian Smart
// Modified by:
bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const
{
MSG *msg = (MSG *)wxmsg;
- return Ok() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg);
+ return IsOk() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg);
}
#endif // wxUSE_ACCEL