Added money transactions to local chat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user