diff options
-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"): |