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 | |
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
-rw-r--r-- | linden/doc/contributions.txt | 1 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index d18b5ba..8aab5c8 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt | |||
@@ -474,6 +474,7 @@ Nicholaz Beresford | |||
474 | Nicky Perian | 474 | Nicky Perian |
475 | IMP-680 | 475 | IMP-680 |
476 | IMP-685 | 476 | IMP-685 |
477 | IMP-741 | ||
477 | Nounouch Hapmouche | 478 | Nounouch Hapmouche |
478 | VWR-238 | 479 | VWR-238 |
479 | Patric Mills | 480 | Patric Mills |
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"): |