diff options
-rwxr-xr-x | linden/indra/newview/llviewermessage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp index 45fd772..4cf9c87 100755 --- a/linden/indra/newview/llviewermessage.cpp +++ b/linden/indra/newview/llviewermessage.cpp | |||
@@ -4911,6 +4911,10 @@ void process_money_balance_reply( LLMessageSystem* msg, void** ) | |||
4911 | args["MESSAGE"] = desc; | 4911 | args["MESSAGE"] = desc; |
4912 | LLNotifications::instance().add("SystemMessage", args); | 4912 | LLNotifications::instance().add("SystemMessage", args); |
4913 | 4913 | ||
4914 | // Also send notification to chat -- MC | ||
4915 | LLChat chat(desc); | ||
4916 | LLFloaterChat::addChat(desc); | ||
4917 | |||
4914 | // Once the 'recent' container gets large enough, chop some | 4918 | // Once the 'recent' container gets large enough, chop some |
4915 | // off the beginning. | 4919 | // off the beginning. |
4916 | const U32 MAX_LOOKBACK = 30; | 4920 | const U32 MAX_LOOKBACK = 30; |