diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-10 22:49:19 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-10 22:49:19 +0200 |
commit | b8b619ddebaeee68cd1cef694d43773d24cc5c7b (patch) | |
tree | d7c3a57226d8732e2c7153e691ee072205b02d32 /indra/newview/llpanelteleporthistory.h | |
parent | 1967034ca0a71f95ddcd793187a3e07d3acc6639 (diff) |
Fixed broken highlighting of items matching filter in teleport history.
Some forgot to replace all references to mFilterSubstring with sFilterSubstring.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.h')
-rw-r--r-- | indra/newview/llpanelteleporthistory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.h b/indra/newview/llpanelteleporthistory.h index f646fea355..0c0f891f32 100644 --- a/indra/newview/llpanelteleporthistory.h +++ b/indra/newview/llpanelteleporthistory.h @@ -109,7 +109,6 @@ private: S32 mLastSelectedItemIndex; bool mDirty; S32 mCurrentItem; - std::string mFilterSubString; typedef LLDynamicArray<LLAccordionCtrlTab*> item_containers_t; item_containers_t mItemContainers; |