summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-10-16 10:41:03 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-10-16 10:41:03 +0300
commit99bf150059fea3f0856e376fba66e5f9d6a4abe7 (patch)
tree922a62c89d4a63b77931a8ad6d2f20599f011208 /indra/llui/llurlentry.h
parent73c1e41ae57ff80ff143d4784e7b1dc5e7b5c37f (diff)
MAINT-4582 FIXED Certain URLs which end contain secondlife.com or lindenlab.com incorrectly open the Place Profile floater
Diffstat (limited to 'indra/llui/llurlentry.h')
-rwxr-xr-xindra/llui/llurlentry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h
index 1cb11cdb1c..055a8b1515 100755
--- a/indra/llui/llurlentry.h
+++ b/indra/llui/llurlentry.h
@@ -179,6 +179,7 @@ public:
bool isTrusted() const { return true; }
/*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb);
/*virtual*/ std::string getTooltip(const std::string &url) const;
+ /*virtual*/ std::string getUrl(const std::string &string) const;
private:
std::string mLabel;