summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-28 10:39:53 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-28 10:39:53 +0100
commit96df3f3eb1351973d140ba73b507de44b1052c89 (patch)
treeb8af6758b4b323aca62ef53f05ab81580b861cbb /indra/llui/llflatlistview.h
parentfbc0e795b114ddbfb73cc62ce25a1e9a1cafacba (diff)
parent9e8f820e35d9d9ea9318f51ac1f46b11f61a68f7 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index f7d094f7e7..4f718ab0dc 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -470,10 +470,10 @@ protected:
/**
* Applies a message for empty list depend on passed argument.
*
- * @param items_filtered - if true message for filtered items will be set, otherwise for
- * completely empty list.
+ * @param filter_string - if is not empty, message for filtered items will be set, otherwise for
+ * completely empty list. Value of filter string will be passed as search_term in SLURL.
*/
- void updateNoItemsMessage(bool items_filtered);
+ void updateNoItemsMessage(const std::string& filter_string);
private:
std::string mNoFilteredItemsMsg;