summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-07-02 18:17:56 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-07-02 18:17:56 -0400
commit4718ffebc1942ea1d94c8e8d2eca071d0d834bc2 (patch)
treef66306a81361c86e4bca3a215ae082458702def1 /indra/newview/llappearancemgr.cpp
parent3f931ad1e3558a847ba93099a0336782f9f5dbdc (diff)
FIX: renamed UpdateAgentAppearance to UpdateAvatarAppearance
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-xindra/newview/llappearancemgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index d6cb910b4e..480a8e0d73 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -2607,7 +2607,7 @@ public:
void LLAppearanceMgr::requestServerAppearanceUpdate()
{
- std::string url = gAgent.getRegion()->getCapability("UpdateAgentAppearance");
+ std::string url = gAgent.getRegion()->getCapability("UpdateAvatarAppearance");
if (!url.empty())
{
LLSD body;
@@ -2615,7 +2615,7 @@ void LLAppearanceMgr::requestServerAppearanceUpdate()
}
else
{
- llwarns << "no cap for UpdateAgentAppearance" << llendl;
+ llwarns << "no cap for UpdateAvatarAppearance" << llendl;
}
}