summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-05 14:10:00 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-05 14:10:00 +0200
commitecb35d25ef68c21fd46220c60931103a44edebaa (patch)
tree0be2ddd43b2850f4fa2b5989fec2422e0bf89832 /indra/llui/lllineeditor.h
parentecd482d24b63d9658ac71d2bf4155e3ed9175bb9 (diff)
parent9ec38e7ef6d51d6d817428075ec3d77a88a736ff (diff)
Merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index 3d7bbdff89..d3daa941cf 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -172,6 +172,8 @@ public:
virtual BOOL setLabelArg( const std::string& key, const LLStringExplicit& text );
void setLabel(const LLStringExplicit &new_label) { mLabel = new_label; }
+ const std::string& getLabel() { return mLabel.getString(); }
+
void setText(const LLStringExplicit &new_text);
const std::string& getText() const { return mText.getString(); }