aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/doc/contributions.txt1
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py3
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
474Nicky Perian 474Nicky Perian
475 IMP-680 475 IMP-680
476 IMP-685 476 IMP-685
477 IMP-741
477Nounouch Hapmouche 478Nounouch Hapmouche
478 VWR-238 479 VWR-238
479Patric Mills 480Patric 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"):