diff options
| author | Richard Nelson <none@none> | 2010-09-10 18:06:42 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-09-10 18:06:42 -0700 |
| commit | fbcde287363f38a4f73a14bbf3501e34b9698c68 (patch) | |
| tree | 785cb941f9ac063844f16ffcea17569e13066757 /indra/newview/llfirstuse.cpp | |
| parent | db538aa945c5b977fcdc294f7946870cdc8b5d30 (diff) | |
EXP-23 FIX Tail for chat box hint should be slantways instead of horizontal
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 |
