--- np2/macos9/ini.cpp 2003/12/04 16:48:15 1.9 +++ np2/macos9/ini.cpp 2004/01/07 08:33:00 1.10 @@ -361,6 +361,7 @@ static const INITBL iniitem[] = { {"calendar", INITYPE_BOOL, &np2cfg.calendar, 0}, {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, + {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}}; #define INIITEMS (sizeof(iniitem) / sizeof(INITBL))