summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2012-12-18 16:06:00 -0800
committerdolphin <dolphin@lindenlab.com>2012-12-18 16:06:00 -0800
commit179e944f45476e03eb7b828e427f9d299529ad12 (patch)
treee14192cd17afc0f1b77de959e2d8153add497471 /indra/newview/llappviewer.cpp
parentbc8b81b16d083cacd6ab4cf45a60cfec9dfc5a8c (diff)
Updated client to use new caps
brought over server changes to llExperienceCache
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index e49212d9de..c4fdc1ee21 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4818,12 +4818,12 @@ void LLAppViewer::idleExperienceCache()
LLViewerRegion* region = gAgent.getRegion();
if (!region) return;
- std::string lookup_url=region->getCapability("GetDisplayNames"); // use GetDisplayNames for testing round trip
+ std::string lookup_url=region->getCapability("GetExperienceInfo");
if(!lookup_url.empty() && lookup_url.back() != '/')
{
lookup_url += '/';
}
-
+
LLExperienceCache::setLookupURL(lookup_url);
LLExperienceCache::idle();