diff options
author | Jacek Antonelli | 2008-11-05 03:15:20 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-05 03:15:20 -0600 |
commit | 48c395e0fc7feb5aebfb1c72fa6a4c78639b5b13 (patch) | |
tree | d570e29caa17748af1e05be8d7ab205e26889d7c /linden/indra/newview/viewer_manifest.py | |
parent | Fix Mac crash logger & updater missing Info.plist. (diff) | |
download | meta-impy-48c395e0fc7feb5aebfb1c72fa6a4c78639b5b13.zip meta-impy-48c395e0fc7feb5aebfb1c72fa6a4c78639b5b13.tar.gz meta-impy-48c395e0fc7feb5aebfb1c72fa6a4c78639b5b13.tar.bz2 meta-impy-48c395e0fc7feb5aebfb1c72fa6a4c78639b5b13.tar.xz |
Remove reference to nonexistent First Look Mac icon.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 7 |
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") |