Skip to content
Snippets Groups Projects
Commit ae41f049 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

MAINT-8085 'Edit Outfit' in "Appearance" continuously display "Loading...",...

MAINT-8085 'Edit Outfit' in "Appearance" continuously display "Loading...", when in this section no objects.
parent b309f058
No related branches found
No related tags found
No related merge requests found
...@@ -645,7 +645,7 @@ LLWearableItemsList::LLWearableItemsList(const LLWearableItemsList::Params& p) ...@@ -645,7 +645,7 @@ LLWearableItemsList::LLWearableItemsList(const LLWearableItemsList::Params& p)
setRightMouseDownCallback(boost::bind(&LLWearableItemsList::onRightClick, this, _2, _3)); setRightMouseDownCallback(boost::bind(&LLWearableItemsList::onRightClick, this, _2, _3));
} }
mWornIndicationEnabled = p.worn_indication_enabled; mWornIndicationEnabled = p.worn_indication_enabled;
setNoItemsCommentText(LLTrans::getString("LoadingData")); setNoItemsCommentText(LLTrans::getString("NoneFound"));
} }
// virtual // virtual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment