summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 7a3619ccd8..56933bbd21 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -94,11 +94,10 @@ class ViewerManifest(LLManifest):
# ... and the included spell checking dictionaries
pkgdir = os.path.join(self.args['build'], os.pardir, 'packages')
- print "Trying to change src to %s" % (pkgdir);
if self.prefix(src=pkgdir,dst=""):
- print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries");
self.path("dictionaries")
self.end_prefix(pkgdir)
+
self.end_prefix("app_settings")
if self.prefix(src="character"):