summaryrefslogtreecommitdiff
path: root/indra/newview/llexpandabletextbox.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-17 15:51:27 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-17 15:51:27 +0200
commitffaaea10ef89e060f3414e3c388df1a6ff4d5f44 (patch)
tree1867889a27307017af24d4f6123b885c5ab39787 /indra/newview/llexpandabletextbox.h
parent67ee277d8a6ef8d24ee7fcdf21e08dde2004773b (diff)
Fixed major bug EXT-3290 - Groups titles listed in profile lose links to groups after click on 'More' link.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llexpandabletextbox.h')
-rw-r--r--indra/newview/llexpandabletextbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llexpandabletextbox.h b/indra/newview/llexpandabletextbox.h
index 7c989cfa50..2b4f9e527c 100644
--- a/indra/newview/llexpandabletextbox.h
+++ b/indra/newview/llexpandabletextbox.h
@@ -61,6 +61,7 @@ protected:
// adds or removes "More" link as needed
/*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE);
/*virtual*/ void setText(const LLStringExplicit& text, const LLStyle::Params& input_params = LLStyle::Params());
+ void setTextBase(const std::string& text) { LLTextBase::setText(text); }
/**
* Returns difference between text box height and text height.