diff options
author | James Cook <james@lindenlab.com> | 2010-03-09 12:23:43 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-09 12:23:43 -0800 |
commit | 60aa61e1cc5d3c42f54368a2b0b9eccfe5d315ff (patch) | |
tree | c82f17b22d01f0ddd212af8d17bed8a6734cf896 /indra/llmessage | |
parent | f3651ae32c96296d93d4920ed33103d568a9c1fd (diff) |
Default display names to on for demo
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llavatarnamecache.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp index 5f9e600d47..eae4f62f26 100644 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -43,7 +43,9 @@ namespace LLAvatarNameCache { - bool sUseDisplayNames = false; + // *TODO: Defaulted to true for demo, probably want false for initial + // release and turn it on based on data from login.cgi + bool sUseDisplayNames = true; // *TODO: configure the base URL for this in viewer with data // from login.cgi |