From 0e73aec0a25091b010812b878676c24dfb140af4 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 7 Dec 2017 14:03:47 -0500 Subject: MAINT-8070: Tweak macOS embedded app names (flyover text) per Product --- indra/newview/viewer_manifest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 73631631e0..9fc113ff72 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -880,9 +880,9 @@ class DarwinManifest(ViewerManifest): # applications for the VMP and for the actual viewer, respectively. # These names, without the .app suffix, determine the flyover text for # their corresponding Dock icons. - toplevel_app, toplevel_icon = "Second Life.app", "secondlife.icns" - launcher_app, launcher_icon = "Launcher.app", "secondlife.icns" - viewer_app, viewer_icon = "Viewer.app", "secondlife.icns" + toplevel_app, toplevel_icon = "Second Life.app", "secondlife.icns" + launcher_app, launcher_icon = "Second Life Launcher.app", "secondlife.icns" + viewer_app, viewer_icon = "Second Life Viewer.app", "secondlife.icns" # copy over the build result (this is a no-op if run within the xcode script) self.path(os.path.join(self.args['configuration'], toplevel_app), dst="") -- cgit v1.2.3