diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-05-30 17:04:19 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-05-30 17:04:19 +0300 |
commit | 705d85fb2f0856fdc19fd5f71f4dea33951db015 (patch) | |
tree | 6f5c69d6bf91e7c62aa37b112b8e89827e7c769a /indra/llui/llscrolllistctrl.h | |
parent | 5287578d932f562e317bcdd409b9b30ecf43a403 (diff) |
CHUI-942 FIXED Choose Resident picker problems
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rwxr-xr-x | indra/llui/llscrolllistctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 8fa06cc499..9b361c39d7 100755 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -241,7 +241,7 @@ public: // one of which can be selected at a time. virtual LLScrollListItem* addSimpleElement(const std::string& value, EAddPosition pos = ADD_BOTTOM, const LLSD& id = LLSD()); - BOOL selectItemByLabel( const std::string& item, BOOL case_sensitive = TRUE ); // FALSE if item not found + BOOL selectItemByLabel( const std::string& item, BOOL case_sensitive = TRUE, S32 column = 0 ); // FALSE if item not found BOOL selectItemByPrefix(const std::string& target, BOOL case_sensitive = TRUE); BOOL selectItemByPrefix(const LLWString& target, BOOL case_sensitive = TRUE); LLScrollListItem* getItemByLabel( const std::string& item, BOOL case_sensitive = TRUE, S32 column = 0 ); |