diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-28 17:52:06 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-28 17:52:06 -0700 |
commit | a6adc00632d53445159b3ee91ecddea3fc667bff (patch) | |
tree | 858b59d3c17341ed43ffd746593cc4c206294242 /indra/llui/llflatlistview.h | |
parent | b6ba0da7f5e8d830f776ec974287b2d451a4715f (diff) | |
parent | 3bed004b5bb82e203d2e98ffc5d87273ea1dacc4 (diff) |
Merge
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 6 |
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; |