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.8 by gbeauche, 2004-05-09T17:44:17Z vs.
Revision 1.12 by gbeauche, 2005-07-03T13:05:36Z

# Line 1 | Line 1
1   /*
2   *  user_strings_unix.h - Unix-specific localizable strings
3   *
4 < *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 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 43 | Line 45 | enum {
45          STR_NO_SHEEP_NET_DRIVER_WARN,
46          STR_SHEEP_NET_ATTACH_WARN,
47          STR_TUN_TAP_CONFIG_WARN,
48 +        STR_SLIRP_NO_DNS_FOUND_WARN,
49          STR_NO_AUDIO_DEV_WARN,
50          STR_NO_AUDIO_WARN,
51          STR_NO_ESD_WARN,
# Line 70 | Line 73 | enum {
73          STR_MOUSEWHEELMODE_PAGE_LAB,
74          STR_MOUSEWHEELMODE_CURSOR_LAB,
75          STR_MOUSEWHEELLINES_CTRL,
76 +
77 +        STR_OPEN_WINDOW_ERR,
78 +        STR_WINDOW_TITLE_GRABBED
79   };
80  
81   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines