--- BasiliskII/src/Windows/user_strings_windows.cpp 2004/12/03 22:05:11 1.2 +++ BasiliskII/src/Windows/user_strings_windows.cpp 2005/01/30 21:42:15 1.4 @@ -1,7 +1,7 @@ /* * user_strings_windows.cpp - Windows-specific localizable strings * - * Basilisk II (C) 1997-2004 Christian Bauer + * Basilisk II (C) 1997-2005 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 @@ -40,6 +40,7 @@ user_string_def platform_strings[] = { {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."}, {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."}, {STR_WINDOW_TITLE_GRABBED, "Basilisk II (mouse grabbed, press Ctrl-F5 to release)"}, + {STR_NO_WIN32_NT_4, "Basilisk II does not run on Windows NT versions less than 4.0"}, {-1, NULL} // End marker };