diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-15 23:56:49 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-17 23:09:51 +0200 |
commit | f2d46651b92d949a63d2b3a5dd774dce6a6752c7 (patch) | |
tree | 131ca17b295fe1655ef899b9082521c7843cd152 /indra/newview/llsidepaneliteminfo.cpp | |
parent | ec02220f068c7e7ec61e8c8af7a3c4c96c112172 (diff) |
SL-19108 WIP Managing inventory thumbnail #2
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.cpp')
-rw-r--r-- | indra/newview/llsidepaneliteminfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepaneliteminfo.cpp b/indra/newview/llsidepaneliteminfo.cpp index ccc57c63ab..7d9fb6565c 100644 --- a/indra/newview/llsidepaneliteminfo.cpp +++ b/indra/newview/llsidepaneliteminfo.cpp @@ -750,7 +750,7 @@ void LLSidepanelItemInfo::changed(U32 mask) const LLUUID& item_id = getItemID(); if (getObjectID().notNull() || item_id.isNull()) { - // Tasl inventory or not set up yet + // Task inventory or not set up yet return; } |