--- np2/win9x/menu.cpp 2005/03/24 01:42:46 1.23 +++ np2/win9x/menu.cpp 2005/05/17 00:51:38 1.24 @@ -286,12 +286,12 @@ void xmenu_initialize(void) { hMenu = np2class_gethmenu(hWndMain); if (np2oscfg.I286SAVE) { - hSubMenu = GetSubMenu(hMenu, 4); + hSubMenu = GetSubMenu(hMenu, 3); insertresmenu(hSubMenu, 10, MF_BYPOSITION | MF_STRING, IDM_CPUSAVE, IDS_CPUSAVE); } #if defined(SUPPORT_WAVEREC) - hSubMenu = GetSubMenu(hMenu, 4); + hSubMenu = GetSubMenu(hMenu, 3); insertresmenu(hSubMenu, 2, MF_BYPOSITION | MF_STRING, IDM_WAVEREC, IDS_WAVEREC); #endif