diff options
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; |