ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/user_strings_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/user_strings_amiga.cpp (file contents):
Revision 1.2 by cebix, 1999-10-19T17:41:25Z vs.
Revision 1.4 by cebix, 1999-10-27T16:59:41Z

# Line 33 | Line 33 | user_string_def platform_strings[] = {
33          // Purely platform-specific strings
34          {STR_NO_PREPARE_EMUL_ERR, "PrepareEmul is not installed. Run PrepareEmul and then try again to start Basilisk II."},
35          {STR_NO_GADTOOLS_LIB_ERR, "Cannot open gadtools.library V39."},
36 +        {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."},
37          {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."},
38          {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."},
39          {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 mode."},
# Line 43 | Line 44 | user_string_def platform_strings[] = {
44          {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."},
45          {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."},
46          {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."},
47 +        {STR_AHI_MODE_CTRL, "AHI Mode"},
48  
49          {-1, NULL}      // End marker
50   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines