diff options
author | Jacek Antonelli | 2008-11-21 22:11:19 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-21 22:12:21 -0600 |
commit | 285dcc2660ef0ed31bfbdc4f0a5cc53f40e90e36 (patch) | |
tree | efd275e2b049878e469b67d01cb78ade3e215544 /linden/indra/newview | |
parent | Enable OpenAL by default. (diff) | |
download | meta-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-x | linden/indra/newview/viewer_manifest.py | 2 |
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 |