Skip to content
Snippets Groups Projects
Commit 1c05d1de authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Fix an abandoned urlentry class too.

parent 73ac51ec
No related branches found
No related tags found
No related merge requests found
......@@ -934,7 +934,7 @@ std::string LLUrlEntryInventory::getLabel(const std::string &url, const LLUrlLab
//
LLUrlEntryObjectIM::LLUrlEntryObjectIM()
{
mPattern = boost::regex("secondlife:///app/objectim/[\\da-f-]+\?.*",
mPattern = boost::regex(APP_HEADER_REGEX "/objectim/[\\da-f-]+\?.*",
boost::regex::perl|boost::regex::icase);
mMenuName = "menu_url_objectim.xml";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment