summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-07-15 10:20:06 -0700
committerRichard Linden <none@none>2010-07-15 10:20:06 -0700
commit2c722547ea57c1510a82200242a3ccff2e505d17 (patch)
tree3284e93e2648e026d94846b863feeea10ce23ee9 /indra/llui/lltextbase.h
parentbe299644e3448ad2d613b97aba478c5807f346ec (diff)
changed allow_html to parse_urls to be clearer about its meaning
allow_html still supported as alternate
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 4b0eeeb7d6..bd41272f11 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -251,7 +251,7 @@ public:
plain_text,
wrap,
use_ellipses,
- allow_html,
+ parse_urls,
parse_highlights,
clip_partial;