diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-05-13 18:23:11 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-05-13 18:23:11 +0300 |
commit | 2d19b297a98d8be87c487f6b93e098dce9ca908c (patch) | |
tree | fe7741b971bc3e4a8a2c9d1d5d41282cbc0fe00a /indra/llui/lltextvalidate.h | |
parent | 5e0fee32074643454ae3c947eae648c6333d7f48 (diff) |
STORM-1202 FIXED Time spin control
Implemented time spin control which is like spin control, but shows and allows to edit time string in "hh:mm PM/AM" format.
Implemented according to the WLRS spec.
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 84644be30c..5c830d7db3 100644 --- a/indra/llui/lltextvalidate.h +++ b/indra/llui/lltextvalidate.h @@ -46,6 +46,7 @@ namespace LLTextValidate bool validateInt(const LLWString &str ); bool validatePositiveS32(const LLWString &str); bool validateNonNegativeS32(const LLWString &str); + bool validateNonNegativeS32NoSpace(const LLWString &str); bool validateAlphaNum(const LLWString &str ); bool validateAlphaNumSpace(const LLWString &str ); bool validateASCIIPrintableNoPipe(const LLWString &str); |