diff options
author | richard <none@none> | 2010-02-05 11:32:33 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-05 11:32:33 -0800 |
commit | ddfc6efbeeda5d2b08888a7ae0f04df242326e26 (patch) | |
tree | 5bbfba7e0afaf66a83e5db1b1a67c2a0462fe12b /indra/newview/llpreviewtexture.cpp | |
parent | fed6c9eb0fa58559c13729b65ecee181f58f3c69 (diff) |
EXT-5025 - Tooltips block mouse clicks
EXT-4547 [BSI] it is possible to highlight multiple layers of chat
EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider
EXT-3103 Add an option to restrict entering non-ascii symbols in text editor.
reviewed by Leyla
Diffstat (limited to 'indra/newview/llpreviewtexture.cpp')
-rw-r--r-- | indra/newview/llpreviewtexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewtexture.cpp b/indra/newview/llpreviewtexture.cpp index dfc67d0126..0ed6bea74f 100644 --- a/indra/newview/llpreviewtexture.cpp +++ b/indra/newview/llpreviewtexture.cpp @@ -126,7 +126,7 @@ BOOL LLPreviewTexture::postBuild() { childSetCommitCallback("desc", LLPreview::onText, this); childSetText("desc", item->getDescription()); - childSetPrevalidate("desc", &LLLineEditor::prevalidateASCIIPrintableNoPipe); + childSetPrevalidate("desc", &LLTextValidate::validateASCIIPrintableNoPipe); } } |