Skip to content
Snippets Groups Projects
Commit c713af7c authored by Yuri Chebotarev's avatar Yuri Chebotarev
Browse files

fix for EXT-6064 Clicking avatar name in nearby chat toast opens nearby chat...

fix for EXT-6064 Clicking avatar name in nearby chat toast opens nearby chat history instead of avatar profile.
https://codereview.productengine.com/secondlife/r/287/
reviwed Vadim Savchuk

--HG--
branch : product-engine
parent 7bd93fb1
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@
#include "llviewercontrol.h"
#include "llagentdata.h"
#include "llslurl.h"
static const S32 msg_left_offset = 10;
static const S32 msg_right_offset = 10;
static const S32 msg_height_pad = 5;
......@@ -190,6 +192,8 @@ 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");
msg_text->appendText(str_sender, FALSE, style_params_name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment