summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2009-11-18 03:15:30 +0800
committerRamzi Linden <ramzi@lindenlab.com>2009-11-18 03:15:30 +0800
commit2365dbcd459b37942ddacbcb7010232113a126c1 (patch)
treea1d02f23ce30af86f5c202aa440b1d5a15fdfedc /indra/llui/lltextbase.cpp
parentd6bbc652def68b5b8b67ef4049a1250aefdde7cb (diff)
parent6253e2611d3ecf4ff5c778d0e53f34aed06f35da (diff)
merge
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index a06b7e237b..caaf47240f 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -1509,7 +1509,7 @@ void LLTextBase::appendText(const std::string &new_text, bool prepend_newline, c
std::string font_name = LLFontGL::nameFromFont(style_params.font());
std::string font_size = LLFontGL::sizeFromFont(style_params.font());
link_params.font.name(font_name);
- link_params.font.size(font_name);
+ link_params.font.size(font_size);
link_params.font.style("UNDERLINE");
link_params.link_href = match.getUrl();