summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-01 16:55:19 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-01 16:55:19 -0400
commitddf87b874a0841a65ec95d2d8ed4764412cd394c (patch)
tree956fedc2cc55b74c3959b9f9c1a8de9c12206178 /indra/newview/lltexturectrl.cpp
parent5cda3ccad729f21dee0ea5517be4dcd8304943fe (diff)
parenteed8e6adc93ed85ce9fe15f946fb4035672f6190 (diff)
merge
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index f3530b69db..0b86cefa1d 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -825,7 +825,7 @@ void LLFloaterTexturePicker::onFilterEdit(const std::string& search_string )
}
}
- mInventoryPanel->setFilterSubString(upper_case_search_string);
+ mInventoryPanel->setFilterSubString(search_string);
}
void LLFloaterTexturePicker::onTextureSelect( const LLTextureEntry& te )