summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-09 14:05:36 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-09 14:05:36 -0800
commita3e368f24e233ba4561186f7ff01cebd28e7604c (patch)
treeb43ea65aacaecc28e4eb22d1433c4d8c8a53c5b9
parentd9b4570883652d647c05083c18fac1a088efd6e2 (diff)
parentef27fe3c93fe693c4d326e18609c2e437a93e538 (diff)
Pull from viewer-beta
-rw-r--r--indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index d6fa5b1997..356e0f4c0f 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -35,7 +35,7 @@ const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";
#if LL_DARWIN
-const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.snowglobe.viewer";
+const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.indra.viewer";
#endif
#endif