diff options
| -rw-r--r-- | indra/llui/lllineeditor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index 33037b5001..4c7dd034fc 100644 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -1567,7 +1567,7 @@ BOOL LLLineEditor::handleKeyHere(KEY key, MASK mask )  				KEY_SHIFT != key &&  				KEY_CONTROL != key &&  				KEY_ALT != key && -				KEY_CAPSLOCK ) +				KEY_CAPSLOCK != key)  			{  				deselect();  			}  | 
