summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-06-02 21:16:28 +0100
committerCho <cho@lindenlab.com>2014-06-02 21:16:28 +0100
commitf10f3d2fdec90b0ca4d34e6b90642e7c45896d9e (patch)
treed2d01400bf4f01de18f1776cf1506cbae9c3aed4 /indra/llui/llurlentry.cpp
parent099ed7065591b4716c08ed9f6ffc8edfcaacfae0 (diff)
Added URL menu for experience profile links for ACME-1469
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rwxr-xr-xindra/llui/llurlentry.cpp1
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 )