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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user