diff options
| -rw-r--r-- | indra/newview/llfirstuse.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index b864ba6a36..1764d6b145 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -86,7 +86,8 @@ void LLFirstUse::sit(bool enable)  // static  void LLFirstUse::newInventory(bool enable)  { -	firstUseNotification("FirstInventoryOffer", enable, "HintInventory", LLSD(), LLSD().with("target", "inventory_btn").with("direction", "left")); +	// turning this off until bug EXP-62 can be fixed (inventory hint appears for new users when their initial inventory is acquired) +	// firstUseNotification("FirstInventoryOffer", enable, "HintInventory", LLSD(), LLSD().with("target", "inventory_btn").with("direction", "left"));  }  // static  | 
