Added money transactions to local chat

This commit is contained in:
TighMacFanatic
2011-05-12 13:35:08 -04:00
parent 107c3cb70a
commit 3fbc4a1dba

View File

@@ -5256,6 +5256,10 @@ void process_money_balance_reply( LLMessageSystem* msg, void** )
args["MESSAGE"] = desc;
LLNotifications::instance().add("SystemMessage", args);
// Also send notification to chat -- MC
LLChat chat(desc);
LLFloaterChat::addChat(desc);
// Once the 'recent' container gets large enough, chop some
// off the beginning.
const U32 MAX_LOOKBACK = 30;