Bug 503202 - Change Windows CE user agent string. r=vladimir

This commit is contained in:
Justin Dolske 2009-07-09 15:23:04 -07:00
parent 9046d1bc03
commit 5e37204846

View File

@ -661,7 +661,7 @@ nsHttpHandler::InitUserAgentComponents()
#elif defined(WINCE)
OSVERSIONINFO info = { sizeof(OSVERSIONINFO) };
if (GetVersionEx(&info)) {
char *buf = PR_smprintf("Windows CE %ld.%ld",
char *buf = PR_smprintf("WindowsCE %ld.%ld",
info.dwMajorVersion,
info.dwMinorVersion);
if (buf) {