From 02166bcf2a7bccb6fecacbbb88d48b265506be41 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Wed, 2 Sep 2020 15:23:17 +0300 Subject: SL-13890 Show appropriate message for empty 'Marketplace Listings' tabs --- indra/newview/llinventoryfilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llinventoryfilter.h') diff --git a/indra/newview/llinventoryfilter.h b/indra/newview/llinventoryfilter.h index be02ee3623..61cc5ae602 100644 --- a/indra/newview/llinventoryfilter.h +++ b/indra/newview/llinventoryfilter.h @@ -257,6 +257,7 @@ public: EFilterCreatorType getFilterCreatorType() const; void setEmptyLookupMessage(const std::string& message); + void setDefaultEmptyLookupMessage(const std::string& message); std::string getEmptyLookupMessage() const; // +-------------------------------------------------------------------+ @@ -332,6 +333,7 @@ private: std::string mFilterText; std::string mEmptyLookupMessage; + std::string mDefaultEmptyLookupMessage; ESearchType mSearchType; -- cgit v1.2.3