Skip to content
Snippets Groups Projects
Commit f7e5282b authored by Oz Linden's avatar Oz Linden
Browse files

fix idiosyncratic name for beta viewer channel icon recognition

parent d456006f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment