summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-18 15:45:48 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-18 15:45:48 +0200
commitf33a1d7ad994633f398c3e5ba9f668cf72d31099 (patch)
treee427da4de5ed1e3c533114a32dc6f8c7f6f378f8 /indra/llui
parent5ab2980f9c4d6c33484b18d5d87c79d52acffaa3 (diff)
parenta52a761460a882a7890033b29ed203e4ce54c486 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llsearcheditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llsearcheditor.cpp b/indra/llui/llsearcheditor.cpp
index 491eeeab54..e6c5e3f334 100644
--- a/indra/llui/llsearcheditor.cpp
+++ b/indra/llui/llsearcheditor.cpp
@@ -155,7 +155,7 @@ void LLSearchEditor::setFocus( BOOL b )
void LLSearchEditor::onClearButtonClick(const LLSD& data)
{
- setText(LLStringUtil::null);
+ mSearchEditor->selectAll();
mSearchEditor->doDelete(); // force keystroke callback
}