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

Comparing BasiliskII/src/Windows/user_strings_windows.cpp (file contents):
Revision 1.1 by gbeauche, 2004-11-29T23:31:30Z vs.
Revision 1.3 by gbeauche, 2004-12-03T22:48:08Z

# Line 34 | Line 34 | user_string_def platform_strings[] = {
34          // Purely platform-specific strings
35          {STR_NO_XVISUAL_ERR, "Cannot obtain appropriate X visual."},
36          {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."},
37 +        {STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."},
38          {STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."},
39          {STR_NO_AUDIO_WARN, "No audio device found, audio output will be disabled."},
40          {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."},
41          {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."},
41        {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
42          {STR_WINDOW_TITLE_GRABBED, "Basilisk II (mouse grabbed, press Ctrl-F5 to release)"},
43 +        {STR_NO_WIN32_NT_4, "Basilisk II does not run on Windows NT versions less than 4.0"},
44  
45          {-1, NULL}      // End marker
46   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines