Fix right-click send IM

meow-7.2.2
Cinders 2013-07-16 19:00:38 -06:00
parent d63a986a00
commit fd73af3125
1 changed files with 1 additions and 0 deletions

View File

@ -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();