diff options
author | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
commit | e638204dc2d8b409f17f7cdf8938deb97d137dbc (patch) | |
tree | 9b2030bdcafa763742d05553c668eec3e35ba1f3 /indra/newview/llfirstuse.cpp | |
parent | f241e2327c3e28ed0692ec4f3a1a11ebf563b8bf (diff) |
EXP-273 WIP added avatar picker popup and hint
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index 5d6197c688..e12a8c2528 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -103,6 +103,13 @@ void LLFirstUse::notUsingDestinationGuide(bool enable) firstUseNotification("FirstNotUseDestinationGuide", enable, "HintDestinationGuide", LLSD(), LLSD().with("target", "dest_guide_btn").with("direction", "top")); } +void LLFirstUse::notUsingAvatarPicker(bool enable) +{ + // not doing this yet + firstUseNotification("FirstNotUseAvatarPicker", enable, "HintAvatarPicker", LLSD(), LLSD().with("target", "avatar_picker_btn").with("direction", "top")); +} + + // static void LLFirstUse::notUsingSidePanel(bool enable) { |