diff options
| author | James Cook <james@lindenlab.com> | 2010-04-20 14:52:09 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-04-20 14:52:09 -0700 |
| commit | 6d1e44b0338dd2815f605a5ba6e6528932cf3ebc (patch) | |
| tree | 469e5a201b84e7702a4a2c78319f772650eb8428 /indra/newview/llviewerregion.cpp | |
| parent | d373dc8782e7085e313b3637c168c87c2b5a71ed (diff) | |
Avatar picker requests are routed via sim capability
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
| -rw-r--r-- | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 83c5760b58..502fc87e41 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1466,6 +1466,7 @@ void LLViewerRegion::setSeedCapability(const std::string& url) LLSD capabilityNames = LLSD::emptyArray(); capabilityNames.append("AttachmentResources"); + capabilityNames.append("AvatarPickerSearch"); capabilityNames.append("ChatSessionRequest"); capabilityNames.append("CopyInventoryFromNotecard"); capabilityNames.append("DispatchRegionInfo"); |
