summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-01-23 15:03:10 -0500
committerOz Linden <oz@lindenlab.com>2012-01-23 15:03:10 -0500
commiteee7b77ed80b7f966f68a0a5536c88d59cc3f6b2 (patch)
tree3d45001d56801e1a01fc9554b3891b101d5a3547 /indra/llui/lllineeditor.h
parent64c45cbd1ace677456db56d1a506f2fe44b6e9c6 (diff)
parent1cc154166fe504e17735669b7b9e366f93e34d64 (diff)
merge changes for storm-1738
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index 2518dbe3c7..8dcc801b62 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -169,6 +169,7 @@ public:
virtual BOOL setTextArg( const std::string& key, const LLStringExplicit& text );
virtual BOOL setLabelArg( const std::string& key, const LLStringExplicit& text );
+ void autoCorrectText();
void setLabel(const LLStringExplicit &new_label) { mLabel = new_label; }
const std::string& getLabel() { return mLabel.getString(); }