Send a reasonable value for the JS useragent on Windows.

git-svn-id: svn://10.0.0.236/trunk@15225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1998-11-24 02:29:46 +00:00
parent c87e4a1883
commit 196391fbbd

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)