diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-22 09:27:15 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-22 09:27:15 -0700 |
commit | e9a0b933957d9a620011c43aa37f4c5ee5a74c2e (patch) | |
tree | 7876660d08768d57bce5bca26db61f0954afacaa /indra/newview/llfloatermarketplacelistings.cpp | |
parent | 406ba92fe2968f7fb2e05851eccc5fc0cca2a67d (diff) |
DD-19 : WIP : Tweak Validation messages as required by producer
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.cpp')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index fb6e92165b..7784ec597c 100755 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -671,7 +671,7 @@ void LLFloaterMarketplaceValidation::onOpen(const LLSD& key) if (marketplacelistings_id.notNull()) { LLViewerInventoryCategory* cat = gInventory.getCategory(marketplacelistings_id); - validate_marketplacelistings(cat,boost::bind(&LLFloaterMarketplaceValidation::appendMessage, this, _1, _2)); + validate_marketplacelistings(cat, boost::bind(&LLFloaterMarketplaceValidation::appendMessage, this, _1, _2), false); } } |