diff options
author | Nicky Perian | 2010-11-29 19:50:49 -0600 |
---|---|---|
committer | McCabe Maxsted | 2011-03-09 22:53:41 -0700 |
commit | a08c72f9556dc8a099ab46af36372845a19e9a67 (patch) | |
tree | cce9f35bca1a6239c190f45e07cef2f84c51ea70 /linden/indra | |
parent | Fixed play button disappearing when you play streaming audio (diff) | |
download | meta-impy-a08c72f9556dc8a099ab46af36372845a19e9a67.zip meta-impy-a08c72f9556dc8a099ab46af36372845a19e9a67.tar.gz meta-impy-a08c72f9556dc8a099ab46af36372845a19e9a67.tar.bz2 meta-impy-a08c72f9556dc8a099ab46af36372845a19e9a67.tar.xz |
Stage dictionaries directory
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index dffd794..6a34ed6 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -65,6 +65,9 @@ class ViewerManifest(LLManifest): | |||
65 | self.path("shaders") | 65 | self.path("shaders") |
66 | # ... and the entire windlight directory | 66 | # ... and the entire windlight directory |
67 | self.path("windlight") | 67 | self.path("windlight") |
68 | # ...and the entire dictionaries directory | ||
69 | self.path("dictionaries") | ||
70 | |||
68 | self.end_prefix("app_settings") | 71 | self.end_prefix("app_settings") |
69 | 72 | ||
70 | if self.prefix(src="character"): | 73 | if self.prefix(src="character"): |