Skip to content
Snippets Groups Projects
Commit 1416c4d5 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

Merged in marchcat/SL-13161 (pull request #375)

SL-13161 Leftover change

* SL-13161 Leftover change

Approved-by: Andrey Kleshchev
parent 0bba892b
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ void LLFloaterEditEnvironmentBase::onAssetLoaded(LLUUID asset_id, LLSettingsBase ...@@ -197,7 +197,7 @@ void LLFloaterEditEnvironmentBase::onAssetLoaded(LLUUID asset_id, LLSettingsBase
if (!settings || status) if (!settings || status)
{ {
LLSD args; LLSD args;
args["NAME"] = (mInventoryItem) ? mInventoryItem->getName() : "Unknown"; args["NAME"] = (mInventoryItem) ? mInventoryItem->getName() : asset_id.asString();
LLNotificationsUtil::add("FailedToFindSettings", args); LLNotificationsUtil::add("FailedToFindSettings", args);
closeFloater(); closeFloater();
return; return;
......
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