From f7e5282badf8756614d8907f307adfa7ac1ce09c Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Mon, 8 Aug 2011 16:49:06 -0400
Subject: [PATCH] fix idiosyncratic name for beta viewer channel icon
 recognition

---
 BuildParams                      | 2 ++
 indra/newview/viewer_manifest.py | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/BuildParams b/BuildParams
index a5729e616dd..a6a50f091be 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 34565835e92..07382e8e859 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -147,7 +147,7 @@ def icon_path(self):
         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
-- 
GitLab