--- np2/wince/sysmenu.str 2003/12/22 07:41:15 1.4 +++ np2/wince/sysmenu.str 2004/01/05 07:22:02 1.6 @@ -72,6 +72,7 @@ static const char str_pc9801118[] = "PC- static const char str_spreakboard[] = "Speak board"; static const char str_sparkboard[] = "Spark board"; static const char str_amd98[] = "AMD-98"; +static const char str_jastsnd[] = "JAST SOUND"; static const char str_seeksound[] = "Seek Sound"; static const char str_memory[] = "Memory"; @@ -150,9 +151,7 @@ static const MSYSITEM s_screen[] = { {str_20fps, NULL, MID_20FPS, 0}, {str_15fps, NULL, MID_15FPS, 0}, {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, - {str_scropt, NULL, MID_SCREENOPT, - // MENU_GRAY | - MENU_DELETED}}; + {str_scropt, NULL, MID_SCREENOPT, MENU_DELETED}}; #if defined(WIN32_PLATFORM_PSPC) static const MSYSITEM s_bindcur[] = { @@ -199,6 +198,7 @@ static const MSYSITEM s_snd[] = { {str_spreakboard, NULL, MID_SPEAKBOARD, 0}, {str_sparkboard, NULL, MID_SPARKBOARD, 0}, {str_amd98, NULL, MID_AMD98, 0}, + {str_jastsnd, NULL, MID_JASTSND, 0}, {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, {str_seeksound, NULL, MID_SEEKSND, MENU_DELETED}};