diff options
author | dolphin <dolphin@lindenlab.com> | 2014-08-06 09:22:43 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-08-06 09:22:43 -0700 |
commit | 81c342dfa9ac04378e22c76f119408e6e00c0f13 (patch) | |
tree | 728de42a95d436d7a753bf3884d683d4201b5ad0 /indra/newview/llstartup.cpp | |
parent | 3b2f456416d29534cb41fc9d4ad3bf195dcfc847 (diff) | |
parent | 1346949e4d601e8c945fa30593ba1d405e9ed80d (diff) |
Merge with 3.7.13-release
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index ebdb5bc4e6..884d0cc8d2 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2838,6 +2838,7 @@ void LLStartUp::initNameCache() // capabilities for display name lookup LLAvatarNameCache::initClass(false,gSavedSettings.getBOOL("UsePeopleAPI")); LLAvatarNameCache::setUseDisplayNames(gSavedSettings.getBOOL("UseDisplayNames")); + LLAvatarNameCache::setUseUsernames(gSavedSettings.getBOOL("NameTagShowUsernames")); } |