diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-11-04 10:32:58 -0400 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-11-04 10:32:58 -0400 |
| commit | c24586756954107218b6a85b480732c46444a02a (patch) | |
| tree | ba410d561dd5cbe53574c313380c676b16e0db0c /indra/llui/llurlentry.cpp | |
| parent | 89f191cd68c54f1d6f46d7d8d4011df180c9de8d (diff) | |
| parent | 6a9e70053beaa0fb936482f5594137a8bcdf2f1e (diff) | |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llui/llurlentry.cpp')
| -rw-r--r-- | indra/llui/llurlentry.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index f49dfec82b..84678ef4db 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -989,7 +989,8 @@ std::string LLUrlEntryNoLink::getLabel(const std::string &url, const LLUrlLabelC LLStyle::Params LLUrlEntryNoLink::getStyle() const { - return LLStyle::Params(); + // Don't render as URL (i.e. no context menu or hand cursor). + return LLStyle::Params().is_link(false); } |
