diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index d2cd64417575626e39d1c9848380414672d1ef1d..c88dbd97b134559d2472f8fcc11711b4845ff99c 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -93,7 +93,7 @@ def construct(self): self.path("windlight") # ... and the pre-installed spell checking dictionaries dictdir = os.path.join(os.pardir, os.pardir, self.args['configuration'], 'packages/dictionaries') - print "Trying dictionary relative to %s with %s" % (get_build_prefix(), dictdir); + print "Trying dictionary relative to %s with %s" % (self.get_build_prefix(), dictdir); self.path(src=dictdir, dst="dictionaries") self.end_prefix("app_settings")