diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 14:26:17 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 14:26:17 -0500 |
| commit | d1e3062ae4b9fa182ea4942117fd37579261fc8c (patch) | |
| tree | 0c9f737c835d6ee4f8faaf02f026fc4703f08183 /indra/newview/llimview.cpp | |
| parent | 37806fe4b2c0a83a5e8b1b2e9b7f260da494488e (diff) | |
| parent | 033d61ddb312080dc986803f6c1921cbd554c598 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llimview.cpp')
| -rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index fdf119fbee..8fb7027e82 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -315,7 +315,7 @@ void LLIMModel::testMessages() bot2_id.generate(from); LLUUID bot2_session_id = LLIMMgr::computeSessionID(IM_NOTHING_SPECIAL, bot2_id); newSession(bot2_session_id, from, IM_NOTHING_SPECIAL, bot2_id); - addMessage(bot2_session_id, from, bot2_id, "Test Message: Can I haz bear? "); + addMessage(bot2_session_id, from, bot2_id, "Test Message: Hello there, I have a question. Can I bother you for a second? "); addMessage(bot2_session_id, from, bot2_id, "Test Message: OMGWTFBBQ."); } |
