mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Pretend we are 4.05 since some websites can't handle 5.0 yet
This commit is contained in:
parent
176c561856
commit
0f14f25f2d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user