diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-04 16:38:53 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-04 16:38:53 +0300 |
commit | 58092382269eb8dc48fb30734ee3738f7385f8da (patch) | |
tree | 95bda2ad3033f782ceb991934439efcdd9eeae45 /indra/newview/llinventoryfilter.h | |
parent | 7ccfbd7c285cc2ab0bbf569912f8e9e2d5c1df72 (diff) |
SL-19273 Show empty folder message for empty folders regardless of filter state
Diffstat (limited to 'indra/newview/llinventoryfilter.h')
-rw-r--r-- | indra/newview/llinventoryfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfilter.h b/indra/newview/llinventoryfilter.h index e127ef03ab..267decfeb4 100644 --- a/indra/newview/llinventoryfilter.h +++ b/indra/newview/llinventoryfilter.h @@ -281,7 +281,7 @@ public: void setEmptyLookupMessage(const std::string& message); void setDefaultEmptyLookupMessage(const std::string& message); - std::string getEmptyLookupMessage() const; + std::string getEmptyLookupMessage(bool is_empty_folder = false) const; // +-------------------------------------------------------------------+ // + Status |