--- BasiliskII/src/AmigaOS/user_strings_amiga.cpp 1999/10/19 17:41:25 1.2 +++ BasiliskII/src/AmigaOS/user_strings_amiga.cpp 1999/10/27 16:59:41 1.4 @@ -33,6 +33,7 @@ user_string_def platform_strings[] = { // Purely platform-specific strings {STR_NO_PREPARE_EMUL_ERR, "PrepareEmul is not installed. Run PrepareEmul and then try again to start Basilisk II."}, {STR_NO_GADTOOLS_LIB_ERR, "Cannot open gadtools.library V39."}, + {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."}, {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."}, {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."}, {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 mode."}, @@ -43,6 +44,7 @@ user_string_def platform_strings[] = { {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."}, {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."}, {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."}, + {STR_AHI_MODE_CTRL, "AHI Mode"}, {-1, NULL} // End marker };