else AppendMenu(menuJAWS, MF_ENABLED|MF_STRING,\r
(UINT_PTR) menuItemJAWS[i].code, (LPCTSTR) menuItemJAWS[i].name);\r
}\r
- InsertMenu(menuMain, 5, MF_BYPOSITION|MF_POPUP|MF_ENABLED|MF_STRING,\r
+ InsertMenu(menuMain, 7, MF_BYPOSITION|MF_POPUP|MF_ENABLED|MF_STRING,\r
(UINT_PTR) menuJAWS, "&JAWS");\r
- oldMenuItemState[6] = oldMenuItemState[5];\r
+ oldMenuItemState[8] = oldMenuItemState[7];\r
DrawMenuBar(hwndMain);\r
}\r
\r
int i;\r
\r
AdaptMenu();\r
- menuBarText[0][5] = "&JAWS";\r
- for(i=0; i<7; i++) menuBarText[1][i] = menuBarText[0][i];\r
+ menuBarText[0][8] = menuBarText[0][7]; menuBarText[0][7] = "&JAWS";\r
+ for(i=0; i<9; i++) menuBarText[1][i] = menuBarText[0][i];\r
}\r
\r
hAccelJAWS = CreateAcceleratorTable(acceleratorsJAWS, 14);\r