diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-08 02:00:29 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-08 02:00:52 +0300 |
| commit | 7f0b06e0ba6430c6011b061c60d3699ee92ed272 (patch) | |
| tree | 76750a6e6f6920381b501ab7c489fcba38fcd149 /indra/newview/llfloaterfixedenvironment.cpp | |
| parent | 8576eaa3bf011bec4f7b64c82f962c26e067c52f (diff) | |
SL-13161 Fixed notification
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
| -rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index 37e162b249..cd8e0a48e7 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -346,7 +346,7 @@ void LLFloaterFixedEnvironment::onAssetLoaded(LLUUID asset_id, LLSettingsBase::p if (!settings || status) { LLSD args; - args["NAME"] = (mInventoryItem) ? mInventoryItem->getName() : "Unknown"; + args["NAME"] = (mInventoryItem) ? mInventoryItem->getName() : asset_id.asString(); LLNotificationsUtil::add("FailedToFindSettings", args); closeFloater(); return; |
