diff options
author | Jacek Antonelli | 2010-08-31 07:41:38 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-08-31 07:41:46 -0500 |
commit | 8a435dcbf37faecd3e0fce0a05728a529846c50a (patch) | |
tree | 39f4dd8f5f11faa4c4926425da3048e88877c0f7 /linden/indra/mac_updater/mac_updater.cpp | |
parent | Imprudence 1.3.0 RC2 released. (diff) | |
download | meta-impy-8a435dcbf37faecd3e0fce0a05728a529846c50a.zip meta-impy-8a435dcbf37faecd3e0fce0a05728a529846c50a.tar.gz meta-impy-8a435dcbf37faecd3e0fce0a05728a529846c50a.tar.bz2 meta-impy-8a435dcbf37faecd3e0fce0a05728a529846c50a.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; |