summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfilter.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-09-02 15:23:17 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-09-02 15:23:17 +0300
commit02166bcf2a7bccb6fecacbbb88d48b265506be41 (patch)
tree2898320f5f55e202cf48ba828e7edb5b47d526c3 /indra/newview/llinventoryfilter.h
parent18428e768d53f97694104d49da8ef4287568edda (diff)
SL-13890 Show appropriate message for empty 'Marketplace Listings' tabs
Diffstat (limited to 'indra/newview/llinventoryfilter.h')
-rw-r--r--indra/newview/llinventoryfilter.h2
1 files changed, 2 insertions, 0 deletions
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;