summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-08-09 13:47:19 -0400
committerOz Linden <oz@lindenlab.com>2011-08-09 13:47:19 -0400
commitc7b6a25728cd360348d1c3da5ace0971767206a4 (patch)
tree32197f15361538ab6ea4b8c540e18b0bfec6d4b6 /indra/newview/viewer_manifest.py
parent608403a8466a44a5aa46c6cae4a7a65ac4bf0084 (diff)
parentf8a2b67649416267cf86d4ff4568e59cdbaaa5c7 (diff)
merge late beta fixes for storm-1060
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 34565835e9..37099bf29b 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -147,10 +147,11 @@ class ViewerManifest(LLManifest):
icon_path="icons/"
channel_type=self.channel_lowerword()
if channel_type == 'release' \
- or channel_type == 'beta' \
or channel_type == 'development' \
:
icon_path += channel_type
+ elif channel_type == 'betaviewer' :
+ icon_path += 'beta'
elif re.match('project.*',channel_type) :
icon_path += 'project'
else :