diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-04 14:45:19 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-04 14:45:19 +0300 | 
| commit | 3bbab5bb46b034b87eef88466d4cf84d841bb087 (patch) | |
| tree | ca43f501d1de03d568cbccf713645a291a266383 | |
| parent | 90a3285e2619cae3fad057168e78030ec1877a32 (diff) | |
CHUI-957 FIXED Missing line was added.
| -rwxr-xr-x | indra/llui/lltextbase.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index c2ab01de3a..bf216b32d4 100755 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -1923,6 +1923,7 @@ void LLTextBase::createUrlContextMenu(S32 x, S32 y, const std::string &in_url)  	registrar.add("Url.Teleport", boost::bind(&LLUrlAction::teleportToLocation, url));  	registrar.add("Url.ShowProfile", boost::bind(&LLUrlAction::showProfile, url));  	registrar.add("Url.AddFriend", boost::bind(&LLUrlAction::addFriend, url)); +	registrar.add("Url.SendIM", boost::bind(&LLUrlAction::sendIM, 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));  | 
