Fix right-click send IM
parent
d63a986a00
commit
fd73af3125
|
|
@ -2007,6 +2007,7 @@ void LLTextBase::createUrlContextMenu(S32 x, S32 y, const std::string &in_url)
|
|||
registrar.add("Url.ShowOnMap", boost::bind(&LLUrlAction::showLocationOnMap, url));
|
||||
registrar.add("Url.CopyLabel", boost::bind(&LLUrlAction::copyLabelToClipboard, url));
|
||||
registrar.add("Url.CopyUrl", boost::bind(&LLUrlAction::copyURLToClipboard, url));
|
||||
registrar.add("Url.SendIM", boost::bind(&LLUrlAction::sendIM, url)); // <FS:CR>
|
||||
|
||||
// <FS:Ansariel> Additional convenience options
|
||||
std::string target_id = LLUrlAction::extractUuidFromSlurl(url).asString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue