summaryrefslogtreecommitdiff
path: root/indra/newview/llchatitemscontainerctrl.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-05-11 15:46:48 -0400
committerLoren Shih <seraph@lindenlab.com>2010-05-11 15:46:48 -0400
commit37dc96ccdde6263188ffc4f620492a4bb2017761 (patch)
treea30a05b08a64d3e2e83d50f1488aac902d542501 /indra/newview/llchatitemscontainerctrl.cpp
parent4c03806be99d4cb0df55b345f4c758f39d7f8560 (diff)
parent215ae1ed5d79f44549ade91f7e84134ab4589447 (diff)
automated merge
Diffstat (limited to 'indra/newview/llchatitemscontainerctrl.cpp')
-rw-r--r--indra/newview/llchatitemscontainerctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp
index 6ee14e8ba9..5b6a99e793 100644
--- a/indra/newview/llchatitemscontainerctrl.cpp
+++ b/indra/newview/llchatitemscontainerctrl.cpp
@@ -192,7 +192,7 @@ void LLNearbyChatToastPanel::init(LLSD& notification)
style_params_name.font.name(font_name);
style_params_name.font.size(font_style_size);
- style_params_name.link_href = LLSLURL::buildCommand("agent",mFromID,"about");
+ style_params_name.link_href = LLSLURL("agent",mFromID,"about").getSLURLString();
msg_text->appendText(str_sender, FALSE, style_params_name);