summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-07-29 18:47:44 +0300
committerGitHub <noreply@github.com>2025-07-29 18:47:44 +0300
commit514b658fde13bb0c0ec862b081eeebf47bace70d (patch)
tree73224d97f9588cf673b3f0cdd79c3d62c798919c /indra/llui/llurlentry.h
parent3b8b408b9031f295a936eb5e3342fbb7eb671c7c (diff)
#4385 show agent name next to @ mention url in chat logs
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r--indra/llui/llurlentry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h
index 6e7d2fc80f..36128b0391 100644
--- a/indra/llui/llurlentry.h
+++ b/indra/llui/llurlentry.h
@@ -42,6 +42,8 @@
class LLAvatarName;
+#define APP_HEADER_REGEX "((x-grid-location-info://[-\\w\\.]+/app)|(secondlife:///app))"
+
typedef boost::signals2::signal<void (const std::string& url,
const std::string& label,
const std::string& icon)> LLUrlLabelSignal;