--- SheepShaver/src/include/user_strings.h 2002/02/04 16:58:13 1.1.1.1 +++ SheepShaver/src/include/user_strings.h 2004/06/03 21:52:55 1.5 @@ -1,7 +1,7 @@ /* * user_strings.h - Localizable strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -108,6 +108,7 @@ enum { STR_640x480_CTRL, STR_800x600_CTRL, STR_1024x768_CTRL, + STR_1152x768_CTRL, STR_1152x900_CTRL, STR_1280x1024_CTRL, STR_1600x1200_CTRL, @@ -130,6 +131,11 @@ enum { STR_IDLEWAIT_CTRL, STR_ROM_FILE_CTRL, + // JIT Compiler pane + STR_JIT_PANE_TITLE = 3700, + STR_JIT_CTRL, + STR_JIT_68K_CTRL, + // Mac window STR_WINDOW_TITLE = 4000, STR_WINDOW_TITLE_FROZEN,