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;
|
args["MESSAGE"] = desc;
|
||||||
LLNotifications::instance().add("SystemMessage", args);
|
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
|
// Once the 'recent' container gets large enough, chop some
|
||||||
// off the beginning.
|
// off the beginning.
|
||||||
const U32 MAX_LOOKBACK = 30;
|
const U32 MAX_LOOKBACK = 30;
|
||||||
|
|||||||
Reference in New Issue
Block a user