diff options
author | Richard Linden <none@none> | 2011-04-01 16:42:46 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-04-01 16:42:46 -0700 |
commit | 88c5554a288d1785aa391dc5ff7b7897a7a724a9 (patch) | |
tree | 0305d5ce1f0bb5e544cd75275a137b372a08293d /indra/newview/llfirstuse.cpp | |
parent | 774b9ac9f9f87af65a7356d7f9a25e204428d4aa (diff) | |
parent | 453b0c700a8712f7ff79434772296a487d38184a (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index 1c15360b09..2c4153688a 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -78,6 +78,12 @@ void LLFirstUse::otherAvatarChatFirst(bool enable) } // static +void LLFirstUse::speak(bool enable) +{ + firstUseNotification("FirstSpeak", enable, "HintSpeak", LLSD(), LLSD().with("target", "speak_btn").with("direction", "top")); +} + +// static void LLFirstUse::sit(bool enable) { firstUseNotification("FirstSit", enable, "HintSit", LLSD(), LLSD().with("target", "stand_btn").with("direction", "top")); |