diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 16:40:06 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 16:40:06 +0200 |
commit | 61013d9d24a4307f9409405ed0c51d28b33b7d25 (patch) | |
tree | 1075e4a80a9c80f128e36fff2e126a2701ce1f5c /indra/newview | |
parent | 5082ccaf9a7110a06320866f6e2a4c73b87294c6 (diff) |
Fixed normal bug (EXT-4212) There's an ability to send non-latin group notices but they turn to '????...' in group profile page.
- Disabled non-ascii input in text editor.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notices.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_notices.xml b/indra/newview/skins/default/xui/en/panel_group_notices.xml index 5f46ad7860..1f16aea2ef 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -159,6 +159,7 @@ Maximum 200 per group daily left_pad="3" max_length="511" name="create_message" + text_type="ascii" top_delta="0" width="220" word_wrap="true" /> |