diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-05 13:28:29 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-05 13:28:29 -0400 |
commit | 38e18cd69c789d8b8a43a8338b05105f16fda220 (patch) | |
tree | 26b35e7e263c8b233bd4b15a09110353be424673 /indra | |
parent | a3a7861874f4abb50b1fc4b7ee55623e68819ef4 (diff) |
undo Mac app name change (again)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 049e43684f..34565835e9 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -754,7 +754,7 @@ class DarwinManifest(ViewerManifest): 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() |