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

Comparing BasiliskII/src/include/user_strings.h (file contents):
Revision 1.9 by cebix, 2001-07-12T19:48:28Z vs.
Revision 1.11 by gbeauche, 2002-09-17T16:07:21Z

# Line 1 | Line 1
1   /*
2   *  user_strings.h - Localizable strings
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
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 186 | Line 186 | enum {
186          STR_CPU_68040_LAB,
187          STR_ROM_FILE_CTRL,
188  
189 +        // JIT Compiler pane
190 +        STR_JIT_PANE_TITLE = 3700,
191 +        STR_JIT_CTRL,
192 +        STR_JIT_FPU_CTRL,
193 +        STR_JIT_ATRAPS_CTRL,
194 +        STR_JIT_CACHE_SIZE_CTRL,
195 +        STR_JIT_CACHE_SIZE_2MB_LAB,
196 +        STR_JIT_CACHE_SIZE_4MB_LAB,
197 +        STR_JIT_CACHE_SIZE_8MB_LAB,
198 +        STR_JIT_CACHE_SIZE_16MB_LAB,
199 +        STR_JIT_LAZY_CINV_CTRL,
200 +
201          // Mac window
202          STR_WINDOW_TITLE = 4000,
203          STR_WINDOW_TITLE_FROZEN,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines