diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
commit | 56fc3222dce79d3b52d7e234dcb929f08bfda031 (patch) | |
tree | a52d4dc5bcfdbde9c1e794dfc9aacdcc17f9298d /indra/newview/llviewerinventory.cpp | |
parent | 6e1cbd04b43ad779afcd562cdaefe8a8c179ed06 (diff) |
[DRTVWR-476] - create new wearable type
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 1ab7ec0156..61857d6fb1 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -138,6 +138,7 @@ LLLocalizedInventoryItemsDictionary::LLLocalizedInventoryItemsDictionary() mInventoryItemsDict["New Skirt"] = LLTrans::getString("New Skirt"); mInventoryItemsDict["New Alpha"] = LLTrans::getString("New Alpha"); mInventoryItemsDict["New Tattoo"] = LLTrans::getString("New Tattoo"); + mInventoryItemsDict["New Universal"] = LLTrans::getString("New Universal"); mInventoryItemsDict["New Physics"] = LLTrans::getString("New Physics"); mInventoryItemsDict["Invalid Wearable"] = LLTrans::getString("Invalid Wearable"); |