--- SheepShaver/src/BeOS/user_strings_beos.h 2002/02/04 16:58:13 1.1 +++ SheepShaver/src/BeOS/user_strings_beos.h 2008/01/01 09:47:38 1.6 @@ -1,7 +1,7 @@ /* * user_strings_beos.h - BeOS-specific localizable strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 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 @@ -28,7 +28,10 @@ enum { STR_NO_NET_ADDON_WARN, STR_NET_CONFIG_MODIFY_WARN, STR_NET_ADDON_INIT_FAILED, - STR_NET_ADDON_CLONE_FAILED + STR_NET_ADDON_CLONE_FAILED, + STR_NO_SHEEP_MEM_AREA_ERR, + STR_NO_DR_CACHE_AREA_ERR, + STR_NO_DR_EMULATOR_AREA_ERR }; #endif