diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:53:24 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:53:24 +0300 |
| commit | 05f1e3e7138c4eca27d4047bd9727a4fba0c9dc0 (patch) | |
| tree | 2605fa5718b239f2de3312e7a6026073ca9d38cd /indra/newview/llinventoryicon.cpp | |
| parent | 823cef92ed9f22943888172f35b88f1a8efa0d8b (diff) | |
| parent | e8194e6aba4394930868f9b883192f2ec0b4e710 (diff) | |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llinventoryicon.cpp')
| -rw-r--r-- | indra/newview/llinventoryicon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp index d0df1c94d5..ee6e3dd384 100644 --- a/indra/newview/llinventoryicon.cpp +++ b/indra/newview/llinventoryicon.cpp @@ -83,6 +83,7 @@ LLIconDictionary::LLIconDictionary() addEntry(LLInventoryType::ICONNAME_CLOTHING_SKIRT, new IconEntry("Inv_Skirt")); addEntry(LLInventoryType::ICONNAME_CLOTHING_ALPHA, new IconEntry("Inv_Alpha")); addEntry(LLInventoryType::ICONNAME_CLOTHING_TATTOO, new IconEntry("Inv_Tattoo")); + addEntry(LLInventoryType::ICONNAME_CLOTHING_UNIVERSAL, new IconEntry("Inv_Universal")); addEntry(LLInventoryType::ICONNAME_ANIMATION, new IconEntry("Inv_Animation")); addEntry(LLInventoryType::ICONNAME_GESTURE, new IconEntry("Inv_Gesture")); |
