diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-08-17 08:20:12 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-08-17 08:20:12 -0700 |
commit | 3e55d8c77a21977f4023a82ebef3fed9879247bc (patch) | |
tree | cefecf5ab2598fc100d4ae33f49efd83ede0608d /indra/newview/viewer_manifest.py | |
parent | 4a124b8b9d709c3ae1856666bb29f28e90ab5d05 (diff) |
SL-323: add icon support for macs, text flow in Tkinter windows
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 502c054730..03a727468e 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -767,6 +767,12 @@ class Darwin_i386_Manifest(ViewerManifest): self.path("uk.lproj") self.path("zh-Hans.lproj") + #VMP icons + if self.prefix("vmp_icons"): + self.path("*.png") + self.path("*.gif") + self.end_prefix("vmp_icons") + def path_optional(src, dst): """ For a number of our self.path() calls, not only do we want |