diff options
author | Jacek Antonelli | 2010-08-31 07:41:38 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:20:17 -0700 |
commit | 9d572e49c4997c4fb25496fbd93bda1b99d925ec (patch) | |
tree | e6c227a67eb39929bc1faa62a7714063294350f9 /linden/indra/mac_updater/mac_updater.cpp | |
parent | linux64: move cxx flags from external script into 00-Common.cmake for transpa... (diff) | |
download | meta-impy-9d572e49c4997c4fb25496fbd93bda1b99d925ec.zip meta-impy-9d572e49c4997c4fb25496fbd93bda1b99d925ec.tar.gz meta-impy-9d572e49c4997c4fb25496fbd93bda1b99d925ec.tar.bz2 meta-impy-9d572e49c4997c4fb25496fbd93bda1b99d925ec.tar.xz |
Changed the 'bundle identifier' to org.imprudenceviewer.viewer.
This is used on Mac OS X to identify the application.
Thanks to Solo Mornington for this information.
Diffstat (limited to 'linden/indra/mac_updater/mac_updater.cpp')
-rw-r--r-- | linden/indra/mac_updater/mac_updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/mac_updater/mac_updater.cpp b/linden/indra/mac_updater/mac_updater.cpp index 18cc0be..cf9de4b 100644 --- a/linden/indra/mac_updater/mac_updater.cpp +++ b/linden/indra/mac_updater/mac_updater.cpp | |||
@@ -649,7 +649,7 @@ static bool isFSRefViewerBundle(FSRef *targetRef) | |||
649 | } | 649 | } |
650 | else | 650 | else |
651 | { | 651 | { |
652 | if(CFStringCompare(targetBundleID, CFSTR("com.secondlife.indra.viewer"), 0) == kCFCompareEqualTo) | 652 | if(CFStringCompare(targetBundleID, CFSTR("org.imprudenceviewer.viewer"), 0) == kCFCompareEqualTo) |
653 | { | 653 | { |
654 | // This is the bundle we're looking for. | 654 | // This is the bundle we're looking for. |
655 | result = true; | 655 | result = true; |