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.6 by gbeauche, 2005-01-30T21:48:19Z vs.
Revision 1.7 by gbeauche, 2005-03-27T22:32:46Z

# Line 124 | Line 124 | user_string_def common_strings[] = {
124          {STR_1600x1200_CTRL, "Fullscreen 1600x1200"},
125          {STR_VIDEO_MODE_CTRL, "Enabled Video Modes"},
126          {STR_FULLSCREEN_CTRL, "Fullscreen"},
127 +        {STR_WINDOW_CTRL, "Window"},
128 +        {STR_VIDEO_TYPE_CTRL, "Video Type"},
129 +        {STR_DISPLAY_X_CTRL, "Width"},
130 +        {STR_DISPLAY_Y_CTRL, "Height"},
131 +        {STR_SIZE_384_LAB, "384"},
132 +        {STR_SIZE_480_LAB, "480"},
133 +        {STR_SIZE_512_LAB, "512"},
134 +        {STR_SIZE_600_LAB, "600"},
135 +        {STR_SIZE_640_LAB, "640"},
136 +        {STR_SIZE_768_LAB, "768"},
137 +        {STR_SIZE_800_LAB, "800"},
138 +        {STR_SIZE_1024_LAB, "1024"},
139 +        {STR_SIZE_MAX_LAB, "Maximum"},
140          {STR_NOSOUND_CTRL, "Disable Sound Output"},
141  
142          {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"},
# Line 141 | Line 154 | user_string_def common_strings[] = {
154  
155          {STR_JIT_PANE_TITLE, "JIT Compiler"},
156          {STR_JIT_CTRL, "Enable JIT Compiler"},
157 <        {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator"},
157 >        {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"},
158  
159          {STR_WINDOW_TITLE, "SheepShaver"},
160          {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines