--- np2/macosx/menu.cpp 2003/10/19 14:48:07 1.2 +++ np2/macosx/menu.cpp 2003/10/23 06:26:16 1.4 @@ -192,6 +192,7 @@ void menu_setmouse(BYTE value) { value &= 1; np2oscfg.MOUSE_SW = value; - _CheckMenuItem(GetMenu(IDM_DEVICE), MAKE_MENUID(IDM_DEVICE, 4), MFCHECK(value)); + _CheckMenuItem(GetMenu(IDM_DEVICE), IDM_MOUSE, MFCHECK(value)); } -#endif \ No newline at end of file +#endif +