From ffaaea10ef89e060f3414e3c388df1a6ff4d5f44 Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Thu, 17 Dec 2009 15:51:27 +0200 Subject: Fixed major bug EXT-3290 - Groups titles listed in profile lose links to groups after click on 'More' link. --HG-- branch : product-engine --- indra/newview/llexpandabletextbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llexpandabletextbox.h') 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. -- cgit v1.2.3