diff options
author | Cho <cho@lindenlab.com> | 2014-06-02 21:16:28 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-06-02 21:16:28 +0100 |
commit | f10f3d2fdec90b0ca4d34e6b90642e7c45896d9e (patch) | |
tree | d2d01400bf4f01de18f1776cf1506cbae9c3aed4 /indra/llui/llurlentry.cpp | |
parent | 099ed7065591b4716c08ed9f6ffc8edfcaacfae0 (diff) |
Added URL menu for experience profile links for ACME-1469
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rwxr-xr-x | indra/llui/llurlentry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index eba715f58d..67da98b95a 100755 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -1208,6 +1208,7 @@ LLUrlEntryExperienceProfile::LLUrlEntryExperienceProfile() mPattern = boost::regex(APP_HEADER_REGEX "/experience/[\\da-f-]+/\\w+\\S*", boost::regex::perl|boost::regex::icase); mIcon = "Generic_Experience"; + mMenuName = "menu_url_experience.xml"; } std::string LLUrlEntryExperienceProfile::getLabel( const std::string &url, const LLUrlLabelCallback &cb ) |