Skip to content

Commit

Permalink
Fix nonmatching string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Jul 20, 2016
1 parent 707dc2f commit 1f53b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llgiveinventory.cpp
Expand Up @@ -331,7 +331,7 @@ void LLGiveInventory::logInventoryOffer(const LLUUID& to_agent, const LLUUID &im
(!RlvUIEnabler::hasOpenProfile(to_agent)) )
{
// Log to chat history if the user didn't drop on an IM session or a profile to avoid revealing the name of the recipient
std::string strMsgName = "inventory_item_offered"; LLSD args; LLAvatarName avName;
std::string strMsgName = "inventory_item_offered-im"; LLSD args; LLAvatarName avName;
if (LLAvatarNameCache::get(to_agent, &avName))
{
args["NAME"] = RlvStrings::getAnonym(avName);
Expand Down

0 comments on commit 1f53b80

Please sign in to comment.