--- SheepShaver/src/Unix/user_strings_unix.h 2004/05/31 09:04:44 1.9 +++ SheepShaver/src/Unix/user_strings_unix.h 2005/01/30 21:48:20 1.11 @@ -1,7 +1,7 @@ /* * user_strings_unix.h - Unix-specific localizable strings * - * SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2005 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 @@ -72,6 +72,9 @@ enum { STR_MOUSEWHEELMODE_PAGE_LAB, STR_MOUSEWHEELMODE_CURSOR_LAB, STR_MOUSEWHEELLINES_CTRL, + + STR_OPEN_WINDOW_ERR, + STR_WINDOW_TITLE_GRABBED }; #endif