diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 049e43684fb955d781dcc906ec7bc6a5b4b4b353..34565835e923d8afe362a45ad12b18a4e48f13e1 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -754,7 +754,7 @@ def copy_finish(self): self.run_command("chmod +x %r" % os.path.join(self.get_dst_prefix(), script)) def package_finish(self): - channel_standin = 'Second Life Viewer' # hah, our default channel is not usable on its own + channel_standin = 'Second Life Viewer 2' # hah, our default channel is not usable on its own if not self.default_channel(): channel_standin = self.channel()