diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-16 15:23:40 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-16 15:23:40 -0500 |
commit | 2541072b0639c1ada7c6cb7efa8876edc250edc9 (patch) | |
tree | 00d7f998cb50511b236a91e1e2a18752883072ae | |
parent | 10de7713165bb69d9bbc082c6072e3ef8f7d7b8b (diff) |
Fix Windows build error due to tab issues in viewer_manifest.py.
-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 59b674b1b8..db2100b6bb 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -363,7 +363,7 @@ class WindowsManifest(ViewerManifest): self.path("qtnetwork4.dll") self.path("qtopengl4.dll") self.path("qtwebkit4.dll") - self.path("qtxmlpatterns4.dll") + self.path("qtxmlpatterns4.dll") self.path("ssleay32.dll") # For WebKit/Qt plugin runtimes (image format plugins) |