ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/user_strings_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/user_strings_unix.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.3 by gbeauche, 2003-09-29T15:46:07Z

# Line 38 | Line 38 | user_string_def platform_strings[] = {
38          {STR_KD2_SHMAT_ERR, "Cannot map second Kernel Data area: %s."},
39          {STR_ROM_MMAP_ERR, "Cannot map ROM: %s."},
40          {STR_RAM_MMAP_ERR, "Cannot map RAM: %s."},
41 +        {STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."},
42          {STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s). It seems that you need a newer kernel."},
43          {STR_SIGSEGV_INSTALL_ERR, "Cannot install SIGSEGV handler: %s."},
44          {STR_SIGILL_INSTALL_ERR, "Cannot install SIGILL handler: %s."},
# Line 62 | Line 63 | user_string_def platform_strings[] = {
63          {STR_HELP_MENU_GTK, "/_Help"},
64          {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About SheepShaver"},
65          {STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."},
66 +        {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."},
67  
68          {-1, NULL}      // End marker
69   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines