diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-30 23:40:32 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-31 01:34:04 +0300 |
| commit | 9846a1c2cb11bf4252ba262f88067f22c57137b3 (patch) | |
| tree | 250fa1bc8181fa28b1b5cfb097d34410831e3fc2 /indra | |
| parent | 83c3a3c15d55d932b56a06de7e50ec2de2442fae (diff) | |
#3420 CreateLandmarkForPosition floater fails to save descriptions
Description field isn't supposed to hold newline
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_create_landmark.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_create_landmark.xml b/indra/newview/skins/default/xui/en/floater_create_landmark.xml index abe8344097..6d3da72962 100644 --- a/indra/newview/skins/default/xui/en/floater_create_landmark.xml +++ b/indra/newview/skins/default/xui/en/floater_create_landmark.xml @@ -87,7 +87,7 @@ name="notes_editor" spellcheck="true" text_readonly_color="white" - prevalidator="ascii_with_newline" + prevalidator="ascii" commit_on_focus_lost="true" top_pad="5" width="290" |
