summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-12-07 00:10:50 -0800
committerMerov Linden <merov@lindenlab.com>2012-12-07 00:10:50 -0800
commitbb322a1cccd3fab28951ad4e11b5edcfc4e48140 (patch)
treefc6ac102b42ea1fd40c0be8e849acedfe4ad1367 /indra/newview/llstartup.cpp
parent42a60e6ca5f4179738fa9a7376d1e842bc058ac4 (diff)
CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the legacy protocol in settings.xml
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 34259658ea..66a2e6dbda 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2806,7 +2806,7 @@ void LLStartUp::initNameCache()
// Start cache in not-running state until we figure out if we have
// capabilities for display name lookup
- LLAvatarNameCache::initClass(false);
+ LLAvatarNameCache::initClass(false,gSavedSettings.getBOOL("UsePeopleAPI"));
LLAvatarNameCache::setUseDisplayNames(gSavedSettings.getBOOL("UseDisplayNames"));
}