diff options
author | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
commit | 8241b4d734ad553948c801164f5d2cd5fee1becd (patch) | |
tree | b8fd3c57f139f81b36e2c9aea8c0d7b2b2f225d0 /linden/indra/llui | |
parent | Second Life viewer sources 1.18.5.2-RC (diff) | |
download | meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.zip meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.gz meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.bz2 meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.xz |
Second Life viewer sources 1.18.5.3
Diffstat (limited to 'linden/indra/llui')
-rw-r--r-- | linden/indra/llui/lltexteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/lltexteditor.cpp b/linden/indra/llui/lltexteditor.cpp index 1f13bbb..200cf29 100644 --- a/linden/indra/llui/lltexteditor.cpp +++ b/linden/indra/llui/lltexteditor.cpp | |||
@@ -4202,7 +4202,7 @@ BOOL LLTextEditor::findHTML(const LLString &line, S32 *begin, S32 *end) | |||
4202 | m2 = line.substr(*begin,(m1 - *begin)).find("http"); | 4202 | m2 = line.substr(*begin,(m1 - *begin)).find("http"); |
4203 | m3 = line.substr(*begin,(m1 - *begin)).find("secondlife"); | 4203 | m3 = line.substr(*begin,(m1 - *begin)).find("secondlife"); |
4204 | 4204 | ||
4205 | LLString badneighbors=".,<>/?';\"][}{=-+_)(*&^%$#@!~`\t\r\n\\"; | 4205 | LLString badneighbors=".,<>?';\"][}{=-+_)(*&^%$#@!~`\t\r\n\\"; |
4206 | 4206 | ||
4207 | if (m2 >= 0 || m3>=0) | 4207 | if (m2 >= 0 || m3>=0) |
4208 | { | 4208 | { |