diff options
author | callum <none@none> | 2010-10-06 15:34:32 -0700 |
---|---|---|
committer | callum <none@none> | 2010-10-06 15:34:32 -0700 |
commit | f5b3fc596d029d3ac2f953ee94ea3ae131d00940 (patch) | |
tree | 565168131e050687f4793fa0d9aabe23ad3dce5e /indra/llui/llurlentry.h | |
parent | b285fd4d0abf9113fc416c30ac115db06c9f2ebf (diff) |
Add support for debug setting to disable link highlight & follow in URLs that appear in XUI widgets
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index e25eaa7555..623856c320 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -86,7 +86,7 @@ public: virtual std::string getLocation(const std::string &url) const { return ""; } /// is this a match for a URL that should not be hyperlinked? - bool isLinkDisabled() const { return mDisabledLink; } + bool isLinkDisabled() const; /// Should this link text be underlined only when mouse is hovered over it? virtual bool underlineOnHoverOnly(const std::string &string) const { return false; } |