aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-09 23:56:20 -0500
committerJacek Antonelli2009-03-09 23:56:20 -0500
commitf440829158cb6a78322d13237b00a08c6437705f (patch)
tree0e26a4cec5248e075ff0eec455256efb8ff8a83b /linden/indra/newview/viewer_manifest.py
parentLoad the proper gstreamer lib type (dylib) on Mac (diff)
downloadmeta-impy-f440829158cb6a78322d13237b00a08c6437705f.zip
meta-impy-f440829158cb6a78322d13237b00a08c6437705f.tar.gz
meta-impy-f440829158cb6a78322d13237b00a08c6437705f.tar.bz2
meta-impy-f440829158cb6a78322d13237b00a08c6437705f.tar.xz
Mac app icon will be called viewer.icns instead of secondlife.icns
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index ba4c8a2..acc7fba 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -432,7 +432,7 @@ class DarwinManifest(ViewerManifest):
432 self.path("featuretable_mac.txt") 432 self.path("featuretable_mac.txt")
433 self.path("SecondLife.nib") 433 self.path("SecondLife.nib")
434 434
435 self.path("secondlife.icns") 435 self.path("viewer.icns")
436 436
437 # Translations 437 # Translations
438 self.path("English.lproj") 438 self.path("English.lproj")