diff options
author | Richard Nelson <none@none> | 2010-09-13 10:34:54 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-13 10:34:54 -0700 |
commit | 19848665587fce7fc232c528add88c994ddefd63 (patch) | |
tree | 5c435b6493947507920d6e31baf95cb6e5f0dcb5 /indra/newview/llfirstuse.cpp | |
parent | 24f308caaeda941a626b6143d95adbfe07450f97 (diff) | |
parent | e2257bc78e53162127c49adad3f9dc406ecc270e (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 |