diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-09 14:05:36 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-09 14:05:36 -0800 |
commit | a3e368f24e233ba4561186f7ff01cebd28e7604c (patch) | |
tree | b43ea65aacaecc28e4eb22d1433c4d8c8a53c5b9 | |
parent | d9b4570883652d647c05083c18fac1a088efd6e2 (diff) | |
parent | ef27fe3c93fe693c4d326e18609c2e437a93e538 (diff) |
Pull from viewer-beta
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
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 |