diff --git a/BuildParams b/BuildParams
index 5250dab03ccb43856ee8b293336f125bd7cb6a39..10d16ff7d75f22cf09867f349fb3b30cd4a44d88 100755
--- a/BuildParams
+++ b/BuildParams
@@ -154,6 +154,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 34565835e923d8afe362a45ad12b18a4e48f13e1..07382e8e859fbc89f1670c73941599e27246f3ae 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