diff options
author | callum <none@none> | 2010-09-13 10:50:40 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-13 10:50:40 -0700 |
commit | d921420a75b25339ef4650490705179dcbf45fb6 (patch) | |
tree | b66af0f92bfde0632601720c314f64ab7cbaf7b4 /indra/newview/llfirstuse.cpp | |
parent | 7b0aeb9d41bb74b76694adc0f9b8bd794e0f5f8c (diff) | |
parent | 19848665587fce7fc232c528add88c994ddefd63 (diff) |
Merge
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index ead06d59f9..b864ba6a36 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -74,7 +74,7 @@ void LLFirstUse::resetFirstUse() // static void LLFirstUse::otherAvatarChatFirst(bool enable) { - firstUseNotification("FirstOtherChatBeforeUser", enable, "HintChat", LLSD(), LLSD().with("target", "incoming_chat").with("direction", "right")); + firstUseNotification("FirstOtherChatBeforeUser", enable, "HintChat", LLSD(), LLSD().with("target", "chat_bar").with("direction", "top_right").with("distance", 24)); } // static |