--- BasiliskII/src/AmigaOS/user_strings_amiga.h 1999/10/19 19:28:20 1.2 +++ BasiliskII/src/AmigaOS/user_strings_amiga.h 2000/04/10 18:52:45 1.4 @@ -1,7 +1,7 @@ /* * user_strings_amiga.h - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * 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 @@ -30,11 +30,14 @@ enum { STR_NO_P96_MODE_ERR, STR_WRONG_SCREEN_DEPTH_ERR, STR_WRONG_SCREEN_FORMAT_ERR, + STR_NOT_ETHERNET_WARN, STR_NO_MULTICAST_WARN, STR_NO_GTLAYOUT_LIB_WARN, STR_NO_AHI_WARN, - STR_NO_AHI_CTRL_WARN + STR_NO_AHI_CTRL_WARN, + + STR_AHI_MODE_CTRL }; #endif