From f7e5282badf8756614d8907f307adfa7ac1ce09c Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 8 Aug 2011 16:49:06 -0400 Subject: fix idiosyncratic name for beta viewer channel icon recognition --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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 -- cgit v1.2.3