--- np2/sdl/sysmenu.str 2003/11/23 09:59:10 1.2 +++ np2/sdl/sysmenu.str 2003/12/26 23:30:26 1.3 @@ -35,6 +35,7 @@ static const char str_device[] = "Device static const char str_keyboard[] = "Keyboard"; static const char str_joykey1[] = "JoyKey-1"; static const char str_joykey2[] = "JoyKey-2"; +static const char str_mousekey[] = "Mouse-Key"; static const char str_mecshift[] = "mechanical SHIFT"; static const char str_mecctrl[] = "mechanical CTRL"; static const char str_mecgrph[] = "mechanical GRPH"; @@ -145,6 +146,7 @@ static const MSYSITEM s_keybd[] = { {str_keyboard, NULL, MID_KEY, 0}, {str_joykey1, NULL, MID_JOY1, 0}, {str_joykey2, NULL, MID_JOY2, 0}, + {str_mousekey, NULL, MID_MOUSEKEY, 0}, {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, {str_mecshift, NULL, MID_XSHIFT, 0}, {str_mecctrl, NULL, MID_XCTRL, 0}, @@ -192,7 +194,7 @@ static const MSYSITEM s_device[] = { {str_seropt, NULL, MID_SERIAL1, MENU_GRAY}, {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, {str_midiopt, NULL, MID_MPUPC98, MENU_GRAY}, - {str_midipanic, NULL, MID_MIDIPANIC, MENU_GRAY}, + {str_midipanic, NULL, MID_MIDIPANIC, 0}, {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, {str_sndopt, NULL, MID_SNDOPT, MENU_GRAY | MENU_DELETED}};