diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-20 20:50:07 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-20 20:50:07 +0000 |
commit | 2de36de17901cd3c1baaa0e45ca9a3d22c50e15b (patch) | |
tree | 2693386ccfa1a9c8da22ed04cfecf4155519be1f /indra/newview/llsearchcombobox.cpp | |
parent | 366c54e9bbf3b9cafdb45ce9726483d341adb02b (diff) |
Pulled out another pair of strings from the locationctrl widgets file.
Also apparently search doesn't need it's tooltip in widgets, it gets specified in the xml file that uses it.
Diffstat (limited to 'indra/newview/llsearchcombobox.cpp')
-rw-r--r-- | indra/newview/llsearchcombobox.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llsearchcombobox.cpp b/indra/newview/llsearchcombobox.cpp index 5123d862ce..f95671685b 100644 --- a/indra/newview/llsearchcombobox.cpp +++ b/indra/newview/llsearchcombobox.cpp @@ -85,11 +85,6 @@ LLSearchComboBox::LLSearchComboBox(const Params&p) setSelectionCallback(boost::bind(&LLSearchComboBox::onSelectionCommit, this)); setPrearrangeCallback(boost::bind(&LLSearchComboBox::onSearchPrearrange, this, _2)); mSearchButton->setCommitCallback(boost::bind(&LLSearchComboBox::onTextCommit, this, _2)); - - // set tooltip here for now since we don't want to parse /en/widgets - std::string tool_tip = LLTrans::getString("Search"); - getChild<LLView>("child1")->setToolTip(tool_tip); - getChild<LLView>("child3")->setToolTip(tool_tip); } void LLSearchComboBox::rebuildSearchHistory(const std::string& filter) |