diff options
author | Richard Linden <none@none> | 2010-08-12 12:20:38 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-12 12:20:38 -0700 |
commit | bd897431e14aff091d5f45425816ddec4b2538c7 (patch) | |
tree | 392254bc651d16138143371c87341759e6595011 /indra/newview/llsidepanelinventory.cpp | |
parent | 41fe9750c82605ccfbaf8f9b0f08b9068de702d3 (diff) |
remaining hints defined
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventory.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index 0951586dd5..7eda4fad20 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -36,6 +36,7 @@ #include "llappearancemgr.h" #include "llavataractions.h" #include "llbutton.h" +#include "llfirstuse.h" #include "llinventorybridge.h" #include "llinventoryfunctions.h" #include "llinventorypanel.h" @@ -148,6 +149,8 @@ void LLSidepanelInventory::onOpen(const LLSD& key) mTaskPanel->setObjectSelection(LLSelectMgr::getInstance()->getSelection()); showTaskInfoPanel(); } + + LLFirstUse::inventoryOffer(false); } void LLSidepanelInventory::onInfoButtonClicked() |