summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-11-06 11:42:48 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-11-06 11:42:48 +0200
commitaaf6c7954d83917d2c461bf606cac6b446a5a0ba (patch)
tree454c422cf3247d7ffe378f30afb3330714027f50 /indra/newview/llfloaterpreference.cpp
parent807383b343333400e70257612f5aee7099453824 (diff)
MAINT-3374 FIXED Don't show username after display name if this setting is disabled.
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-xindra/newview/llfloaterpreference.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 87ae36716d..c339ee3beb 100755
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -238,6 +238,7 @@ bool callback_clear_browser_cache(const LLSD& notification, const LLSD& response
void handleNameTagOptionChanged(const LLSD& newvalue)
{
+ LLAvatarNameCache::setUseUsernames(gSavedSettings.getBOOL("NameTagShowUsernames"));
LLVOAvatar::invalidateNameTags();
}