diff options
| author | Aura Linden <aura@lindenlab.com> | 2012-01-06 07:46:53 -0500 |
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2012-01-06 07:46:53 -0500 |
| commit | bd3a652eabf09a5843a6a0b8a9f60c4b402ecce5 (patch) | |
| tree | f87e12efe45a6408fd49f436e82195e8e44242da /indra/newview/llviewerregion.cpp | |
| parent | 570d562f5871f40bd7f8c683db5316ffd0133335 (diff) | |
Add capability-based create folder routine for more reliable inventory, with fix for copy and wear
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 ed943964f9..e3cb985ddb 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1493,6 +1493,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) capabilityNames.append("AvatarPickerSearch"); capabilityNames.append("ChatSessionRequest"); capabilityNames.append("CopyInventoryFromNotecard"); + capabilityNames.append("CreateInventoryCategory"); capabilityNames.append("DispatchRegionInfo"); capabilityNames.append("EstateChangeInfo"); capabilityNames.append("EventQueueGet"); |
