aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 887dacd..be28809 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -390,12 +390,7 @@ class DarwinManifest(ViewerManifest):
390 self.path("featuretable_mac.txt") 390 self.path("featuretable_mac.txt")
391 self.path("SecondLife.nib") 391 self.path("SecondLife.nib")
392 392
393 # If we are not using the default channel, use the 'Firstlook 393 self.path("secondlife.icns")
394 # icon' to show that it isn't a stable release.
395 if self.default_channel() and self.default_grid():
396 self.path("secondlife.icns")
397 else:
398 self.path("secondlife_firstlook.icns", "secondlife.icns")
399 394
400 # Translations 395 # Translations
401 self.path("English.lproj") 396 self.path("English.lproj")