Pretend we are 4.05 since some websites can't handle 5.0 yet

This commit is contained in:
kipp%netscape.com 1998-07-22 18:50:17 +00:00
parent 176c561856
commit 0f14f25f2d

View File

@ -354,7 +354,7 @@ nsViewerApp::GetAppCodeName(nsString& aAppCodeName)
NS_IMETHODIMP
nsViewerApp::GetAppVersion(nsString& aAppVersion)
{
aAppVersion.SetString("5.0 [en] (Windows;I)");
aAppVersion.SetString("4.05 [en] (Windows;I)");
return NS_OK;
}