diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index 5f6d0b09201f151bbf3866c968ef7c35bcb39b03..65c457da7235c16075abc549668a5fc0388d8080 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -94,12 +94,12 @@ void LLFirstUse::notUsingSidePanel(bool enable) 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, "HintMoveClick", LLSD(), LLSD() - .with("target", "nav_bar") - .with("direction", "bottom") - .with("hint_image", "click_to_move.png") - .with("up_arrow", "")); + //firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top")); + //firstUseNotification("FirstNotMoving", enable, "HintMoveClick", LLSD(), LLSD() + // .with("target", "nav_bar") + // .with("direction", "bottom") + // .with("hint_image", "click_to_move.png") + // .with("up_arrow", "")); } // static