aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/mac_crash_logger/Info.plist2
-rw-r--r--linden/indra/mac_updater/Info.plist2
-rw-r--r--linden/indra/mac_updater/mac_updater.cpp2
-rw-r--r--linden/indra/newview/Info-Imprudence.plist2
-rw-r--r--linden/indra/newview/llappviewerlinux.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/mac_crash_logger/Info.plist b/linden/indra/mac_crash_logger/Info.plist
index f48293e..a528b64 100644
--- a/linden/indra/mac_crash_logger/Info.plist
+++ b/linden/indra/mac_crash_logger/Info.plist
@@ -11,7 +11,7 @@
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string></string> 12 <string></string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>com.secondlife.indra.crashreporter</string> 14 <string>org.imprudenceviewer.crashreporter</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
diff --git a/linden/indra/mac_updater/Info.plist b/linden/indra/mac_updater/Info.plist
index bb27fdd..1e0f8cb 100644
--- a/linden/indra/mac_updater/Info.plist
+++ b/linden/indra/mac_updater/Info.plist
@@ -11,7 +11,7 @@
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string></string> 12 <string></string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>com.secondlife.indra.autoupdater</string> 14 <string>org.imprudenceviewer.autoupdater</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
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;
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist
index e9728f8..419cacd 100644
--- a/linden/indra/newview/Info-Imprudence.plist
+++ b/linden/indra/newview/Info-Imprudence.plist
@@ -9,7 +9,7 @@
9 <key>CFBundleIconFile</key> 9 <key>CFBundleIconFile</key>
10 <string>viewer.icns</string> 10 <string>viewer.icns</string>
11 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
12 <string>com.secondlife.indra.viewer</string> 12 <string>org.imprudenceviewer.viewer</string>
13 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string> 14 <string>6.0</string>
15 <key>CFBundleName</key> 15 <key>CFBundleName</key>
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp
index bb6cf9f..bfad899 100644
--- a/linden/indra/newview/llappviewerlinux.cpp
+++ b/linden/indra/newview/llappviewerlinux.cpp
@@ -270,7 +270,7 @@ static inline BOOL do_elfio_glibc_backtrace()
270 uintptr_t(stackarray[btpos]) < value+ssize) 270 uintptr_t(stackarray[btpos]) < value+ssize)
271 { 271 {
272 // symbol is inside viewer 272 // symbol is inside viewer
273 fprintf(StraceFile, "%-32s\t", "com.secondlife.indra.viewer"); 273 fprintf(StraceFile, "%-32s\t", "org.imprudenceviewer.viewer");
274 fprintf(StraceFile, "%p ", stackarray[btpos]); 274 fprintf(StraceFile, "%p ", stackarray[btpos]);
275 275
276 char *demangled_str = NULL; 276 char *demangled_str = NULL;