diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-17 17:04:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-17 17:04:28 -0500 |
commit | ca1f392d88a277208fd84b78d5daf9322dae2c96 (patch) | |
tree | d59ca689f3c7551efc3d244cde43f7e8787e1045 /indra/newview/llviewermessage.cpp | |
parent | 3a36ed079c0dec55efe9622d9ff86ae932ef9ed5 (diff) | |
parent | 4ecf93fda2f2a30def5197b4f141b3abdbdc8b4e (diff) |
merge up to latest viewer-development
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 7c0fc681a4..1f54940b25 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -3031,6 +3031,7 @@ void process_offer_callingcard(LLMessageSystem* msg, void**) } else { + args["NAME"] = source_name; LLNotificationsUtil::add("OfferCallingCard", args, payload); } } |