summaryrefslogtreecommitdiff
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
parentd456006f9a7034463e3448cf6ea3b90a304471b7 (diff)
fix idiosyncratic name for beta viewer channel icon recognition
-rw-r--r--BuildParams2
-rw-r--r--indra/newview/viewer_manifest.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/BuildParams b/BuildParams
index a5729e616d..a6a50f091b 100644
--- a/BuildParams
+++ b/BuildParams
@@ -134,6 +134,8 @@ oz_project-4.codeticket_add_context = false
oz_viewer-beta-review.build_debug_release_separately = true
oz_viewer-beta-review.codeticket_add_context = false
+oz_viewer-beta-review.viewer_channel = "Second Life Beta Viewer"
+oz_viewer-beta-review.login_channel = "Second Life Beta Viewer"
oz_viewer-poreview.build_debug_release_separately = true
oz_viewer-poreview.codeticket_add_context = false
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