diff options
author | callum <none@none> | 2009-12-15 21:02:16 -0800 |
---|---|---|
committer | callum <none@none> | 2009-12-15 21:02:16 -0800 |
commit | 966b2ebfe28d096791395188552f3fc18154247c (patch) | |
tree | deec133c65bae6e7a04fc2e1383c9ce2180fe52b /indra/newview | |
parent | c9a284fc69020f499ccb6d9fa877dad6864ec66f (diff) |
Misnamed additional Qt/WebKit DLL.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 5090dc9ce4..d6d6aa48d1 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -324,7 +324,7 @@ class WindowsManifest(ViewerManifest): self.path("qtnetwork4.dll") self.path("qtopengl4.dll") self.path("qtwebkit4.dll") - self.path("qtxmlpatternsd4.dll") + self.path("qtxmlpatterns4.dll") self.path("ssleay32.dll") self.end_prefix() |