diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-12-10 13:22:55 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-12-10 13:22:55 -0800 |
commit | e27bcbe0d20c87556b0bcb1e3feaaea6544d3e16 (patch) | |
tree | 910dbc7db40ddae4c66ad24e9b25346771500a75 /indra/llcommon | |
parent | 95445fb1b56a60145933db0891133230c87274b8 (diff) | |
parent | 426744df2c9a6c04bab594fefbd8b35970d0948d (diff) |
Merge from viewer-development
Diffstat (limited to 'indra/llcommon')
-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 |