aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-21 22:11:19 -0600
committerJacek Antonelli2008-11-21 22:12:21 -0600
commit285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36 (patch)
treeefd275e2b049878e469b67d01cb78ade3e215544 /linden/indra/newview
parentEnable OpenAL by default. (diff)
downloadmeta-impy-285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36.zip
meta-impy-285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36.tar.gz
meta-impy-285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36.tar.bz2
meta-impy-285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36.tar.xz
(Oops, bad indentation in viewer_manifest.py)
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index bdf537a..cbc9a84 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -221,7 +221,7 @@ class WindowsManifest(ViewerManifest):
221 # self.path("vivoxsdk.dll") 221 # self.path("vivoxsdk.dll")
222 # self.path("ortp.dll") 222 # self.path("ortp.dll")
223 223
224 self.end_prefix() 224 self.end_prefix()
225 225
226# # pull in the crash logger and updater from other projects 226# # pull in the crash logger and updater from other projects
227# self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter 227# self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter