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

Comparing SheepShaver/src/user_strings.cpp (file contents):
Revision 1.7 by gbeauche, 2005-03-27T22:32:46Z vs.
Revision 1.8 by gbeauche, 2005-11-27T16:01:59Z

# Line 146 | Line 146 | user_string_def common_strings[] = {
146          {STR_ETHERNET_IF_CTRL, "Ethernet Interface"},
147  
148          {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"},
149 +        {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"},
150 +        {STR_RAMSIZE_4MB_LAB, "4"},
151 +        {STR_RAMSIZE_8MB_LAB, "8"},
152 +        {STR_RAMSIZE_16MB_LAB, "16"},
153 +        {STR_RAMSIZE_32MB_LAB, "32"},
154 +        {STR_RAMSIZE_64MB_LAB, "64"},
155 +        {STR_RAMSIZE_128MB_LAB, "128"},
156 +        {STR_RAMSIZE_256MB_LAB, "256"},
157 +        {STR_RAMSIZE_512MB_LAB, "512"},
158          {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
159          {STR_RAMSIZE_FMT, "%d MB"},
160          {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines