1 |
|
/* |
2 |
|
* user_strings.h - 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 |
130 |
|
STR_IDLEWAIT_CTRL, |
131 |
|
STR_ROM_FILE_CTRL, |
132 |
|
|
133 |
+ |
// JIT Compiler pane |
134 |
+ |
STR_JIT_PANE_TITLE = 3700, |
135 |
+ |
STR_JIT_CTRL, |
136 |
+ |
|
137 |
|
// Mac window |
138 |
|
STR_WINDOW_TITLE = 4000, |
139 |
|
STR_WINDOW_TITLE_FROZEN, |