diff options
Diffstat (limited to 'linden/indra')
-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 |