diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 16:40:24 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 16:40:24 +0200 |
commit | 8903719a7bdf07960ed38137e5d5a4f7fe169821 (patch) | |
tree | 73a8dae687740b63e063e6ce4fb5d943a71d251f /indra | |
parent | 61013d9d24a4307f9409405ed0c51d28b33b7d25 (diff) |
Fixed normal bug (EXT-3044) Non-latin chars became invisible in LM description after saving.
- Disabled non-ascii input in text editor.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmark_info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmark_info.xml b/indra/newview/skins/default/xui/en/panel_landmark_info.xml index d1b22a34bb..6927906d3d 100644 --- a/indra/newview/skins/default/xui/en/panel_landmark_info.xml +++ b/indra/newview/skins/default/xui/en/panel_landmark_info.xml @@ -269,6 +269,7 @@ name="notes_editor" read_only="true" text_readonly_color="white" + text_type="ascii" top_pad="5" width="290" wrap="true" /> |