summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-07 15:35:17 -0700
committerRichard Linden <none@none>2010-10-07 15:35:17 -0700
commitd8e40a49ed6b57c5f2b0325803a11cf04b987652 (patch)
treeab9950771ee01d196c23c4d97853c3ee453cdc49 /indra/newview/llfirstuse.cpp
parent2292360d8a001e05c8b95a1dc3db1c00dfec94f5 (diff)
EXP-156 FIXED custom Skylight hints
moved move hint down to bottom of screen made destination hint go away on teleport
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r--indra/newview/llfirstuse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index b757f25d5e..5d6197c688 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -115,7 +115,7 @@ void LLFirstUse::notMoving(bool enable)
{
// fire off 2 notifications and rely on filtering to select the relevant one
firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
- firstUseNotification("FirstNotMoving", enable, "HintMoveArrows", LLSD(), LLSD().with("hint_image", "arrow_keys.png"));
+ firstUseNotification("FirstNotMoving", enable, "HintMoveArrows", LLSD(), LLSD().with("target", "bottom_tray").with("direction", "top").with("hint_image", "arrow_keys.png").with("down_arrow", ""));
}
// static