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

Comparing SheepShaver/src/Unix/user_strings_unix.h (file contents):
Revision 1.6 by gbeauche, 2003-12-27T10:37:30Z vs.
Revision 1.10 by gbeauche, 2004-06-24T15:37:25Z

# Line 1 | Line 1
1   /*
2   *  user_strings_unix.h - Unix-specific localizable strings
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 29 | Line 29 | enum {
29          STR_KD2_SHMAT_ERR,
30          STR_ROM_MMAP_ERR,
31          STR_RAM_MMAP_ERR,
32 +        STR_DR_CACHE_MMAP_ERR,
33 +        STR_DR_EMULATOR_MMAP_ERR,
34          STR_SHEEP_MEM_MMAP_ERR,
35          STR_SIGALTSTACK_ERR,
36          STR_SIGSEGV_INSTALL_ERR,
# Line 42 | Line 44 | enum {
44          STR_PROC_CPUINFO_WARN,
45          STR_NO_SHEEP_NET_DRIVER_WARN,
46          STR_SHEEP_NET_ATTACH_WARN,
47 +        STR_TUN_TAP_CONFIG_WARN,
48          STR_NO_AUDIO_DEV_WARN,
49          STR_NO_AUDIO_WARN,
50          STR_NO_ESD_WARN,
# Line 69 | Line 72 | enum {
72          STR_MOUSEWHEELMODE_PAGE_LAB,
73          STR_MOUSEWHEELMODE_CURSOR_LAB,
74          STR_MOUSEWHEELLINES_CTRL,
75 +
76 +        STR_OPEN_WINDOW_ERR,
77 +        STR_WINDOW_TITLE_GRABBED
78   };
79  
80   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines