summaryrefslogtreecommitdiff
path: root/indra/llui/llfiltereditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llfiltereditor.cpp')
-rw-r--r--indra/llui/llfiltereditor.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llfiltereditor.cpp b/indra/llui/llfiltereditor.cpp
index 0f36483fc2..7d6a4007a2 100644
--- a/indra/llui/llfiltereditor.cpp
+++ b/indra/llui/llfiltereditor.cpp
@@ -87,6 +87,12 @@ BOOL LLFilterEditor::setLabelArg( const std::string& key, const LLStringExplicit
}
//virtual
+void LLFilterEditor::setLabel( const LLStringExplicit &new_label )
+{
+ mFilterEditor->setLabel(new_label);
+}
+
+//virtual
void LLFilterEditor::clear()
{
if (mFilterEditor)