Buncha tinies

Link name in inventory offer received chat message
Fix shupdate compile missing ; and include from two commits ago
Update links used in menu_viewer.xml, I have things to do today...
And move inventory button on toolbar to between favs and received
This commit is contained in:
Liru Færs
2020-02-07 08:48:15 -05:00
parent 44aec1384a
commit 9548270306
5 changed files with 13 additions and 12 deletions

View File

@@ -1406,8 +1406,10 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&
//don't spam them if they are getting flooded
if (check_offer_throttle(mFromName, true))
{
log_message = chatHistory_string + " " + LLTrans::getString("InvOfferGaveYou") + " " + mDesc + LLTrans::getString(".");
log_message = chatHistory_string + ' ' + LLTrans::getString("InvOfferGaveYou") + ' ' + mDesc + LLTrans::getString(".");
chat.mText = log_message;
chat.mURL = LLAvatarActions::getSLURL(mFromID);
chat.mFromName = mFromName;
LLFloaterChat::addChatHistory(chat);
}