summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-20 22:06:15 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-20 22:25:04 +0200
commite40f9af831c1257dea37a4565aafd73baa5005b6 (patch)
tree1c479174dd3d2e2e4538e984ccee484e4b4cccd8 /indra/newview/llviewerregion.cpp
parent4f5d7f12563f1829856023d6967507fe783bbe5e (diff)
SL-19108 WIP Managing inventory thumbnail #5
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-xindra/newview/llviewerregion.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index ad7321ca4b..e5d703a6ee 100755
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -3024,6 +3024,8 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames)
capabilityNames.append("InterestList");
+ capabilityNames.append("InventoryCategoryThumbnailUpload");
+ capabilityNames.append("InventoryItemThumbnailUpload");
capabilityNames.append("GetDisplayNames");
capabilityNames.append("GetExperiences");
capabilityNames.append("AgentExperiences");