Send a reasonable value for the JS useragent on Windows.

This commit is contained in:
joki%netscape.com 1998-11-24 02:29:46 +00:00
parent 2ffc0ee62a
commit 4c95fedc33

View File

@ -164,7 +164,7 @@ nsNetlibService::nsNetlibService()
*/
XP_AppLanguage = PL_strdup("en");
#ifdef XP_WIN
XP_AppPlatform = PL_strdup("Win32s");
XP_AppPlatform = PL_strdup("Win95");
#elif defined(XP_MAC)
XP_AppPlatform = PL_strdup("MacPPC");
#elif defined(XP_UNIX)