diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-07-21 19:25:36 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-07-21 19:25:36 +0300 |
commit | 4d2daeed21dfba9d6a40e88ecd92aaaa6df92ae1 (patch) | |
tree | 58a4fb4a1b9536d6f77d89a31fecefa7a93d6ac6 /indra/llui/lltextvalidate.h | |
parent | f72de80c9d0f49cb0d1a2fbd00f8867f8e44f066 (diff) |
EXT-8401 FIXED Added new text prevalidation callback to allow ascii characters and new line in text editor.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/786/.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltextvalidate.h')
-rw-r--r-- | indra/llui/lltextvalidate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextvalidate.h b/indra/llui/lltextvalidate.h index ffb4e85e7c..c033f5045b 100644 --- a/indra/llui/lltextvalidate.h +++ b/indra/llui/lltextvalidate.h @@ -57,6 +57,7 @@ namespace LLTextValidate bool validateASCIIPrintableNoPipe(const LLWString &str); bool validateASCIIPrintableNoSpace(const LLWString &str); bool validateASCII(const LLWString &str); + bool validateASCIIWithNewLine(const LLWString &str); } |