summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-17 09:28:26 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-17 09:28:26 +0000
commita402f4894d72209f9ac9bc9d7962c28b3c26bb18 (patch)
tree1db4f4a35008b6f4281e6275b7a4beb679d285d6 /indra/llui/lltextbase.h
parentb42b421d25f3b3a7ea4f571388acb64f98e1f51d (diff)
parentccc72757ef23fa7ffba066e5bdaf05e3f8a95cca (diff)
merge.
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 70d78c77cd..c376a73615 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -139,6 +139,7 @@ public:
// TODO: add optional style parameter
virtual void setText(const LLStringExplicit &utf8str , const LLStyle::Params& input_params = LLStyle::Params()); // uses default style
virtual std::string getText() const;
+ void setMaxTextLength(S32 length) { mMaxTextByteLength = length; }
// wide-char versions
void setWText(const LLWString& text);