summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-08-08 16:49:06 -0400
committerOz Linden <oz@lindenlab.com>2011-08-08 16:49:06 -0400
commitf7e5282badf8756614d8907f307adfa7ac1ce09c (patch)
tree86bfd19033c25fd19604c5d56d9de65986b98d48 /indra
parentd456006f9a7034463e3448cf6ea3b90a304471b7 (diff)
fix idiosyncratic name for beta viewer channel icon recognition
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 34565835e9..07382e8e85 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -147,7 +147,7 @@ class ViewerManifest(LLManifest):
icon_path="icons/"
channel_type=self.channel_lowerword()
if channel_type == 'release' \
- or channel_type == 'beta' \
+ or channel_type == 'betaviewer' \
or channel_type == 'development' \
:
icon_path += channel_type