diff options
14 files changed, 22 insertions, 20 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml index 966dc2d..071d0ff 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml | |||
@@ -32,7 +32,7 @@ | |||
32 | font="SansSerifSmall" handle_edit_keys_directly="false" height="52" | 32 | font="SansSerifSmall" handle_edit_keys_directly="false" height="52" |
33 | left="96" max_length="255" mouse_opaque="true" name="Description" | 33 | left="96" max_length="255" mouse_opaque="true" name="Description" |
34 | select_all_on_focus_received="false" select_on_focus="false" | 34 | select_all_on_focus_received="false" select_on_focus="false" |
35 | width="350" word_wrap="true" /> | 35 | width="350" word_wrap="true" spell_check="true" /> |
36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
37 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" | 37 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" |
38 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 38 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
@@ -292,7 +292,7 @@ Go to World menu > About Land or select another parcel to show its details. | |||
292 | <text_editor type="string" length="1" bottom="-175" embedded_items="false" enabled="false" | 292 | <text_editor type="string" length="1" bottom="-175" embedded_items="false" enabled="false" |
293 | follows="left|top|right|bottom" font="SansSerifSmall" height="115" | 293 | follows="left|top|right|bottom" font="SansSerifSmall" height="115" |
294 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" | 294 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" |
295 | width="330" word_wrap="true"> | 295 | width="330" word_wrap="true" spell_check="true"> |
296 | There is no Covenant provided for this Estate. | 296 | There is no Covenant provided for this Estate. |
297 | </text_editor> | 297 | </text_editor> |
298 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 298 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml b/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml index 6d74882..9f55f67 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml | |||
@@ -61,7 +61,7 @@ | |||
61 | 61 | ||
62 | <text_editor type="string" length="1" bottom_delta="-85" embedded_items="false" enabled="true" | 62 | <text_editor type="string" length="1" bottom_delta="-85" embedded_items="false" enabled="true" |
63 | follows="left|top" font="SansSerifSmall" height="75" left_delta="-15" max_length="1100" | 63 | follows="left|top" font="SansSerifSmall" height="75" left_delta="-15" max_length="1100" |
64 | mouse_opaque="true" name="im_response" width="245" word_wrap="true"/> | 64 | mouse_opaque="true" name="im_response" width="245" word_wrap="true" spell_check="true" /> |
65 | 65 | ||
66 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | 66 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" |
67 | initial_value="false" label="Send an item along with the response" left_delta="0" | 67 | initial_value="false" label="Send an item along with the response" left_delta="0" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml index 7cd895f..3370ea8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml | |||
@@ -67,7 +67,7 @@ | |||
67 | <text_editor bottom_delta="-242" enabled="false" | 67 | <text_editor bottom_delta="-242" enabled="false" |
68 | follows="top|right" font="SansSerifSmall" height="237" left="444" | 68 | follows="top|right" font="SansSerifSmall" height="237" left="444" |
69 | max_length="65535" name="covenant_editor" right="725" | 69 | max_length="65535" name="covenant_editor" right="725" |
70 | width="271" word_wrap="true"> | 70 | width="271" word_wrap="true" spell_check="true"> |
71 | Loading... | 71 | Loading... |
72 | </text_editor> | 72 | </text_editor> |
73 | <check_box follows="left|top" height="20" label="I Agree to the Covenant Defined Above." | 73 | <check_box follows="left|top" height="20" label="I Agree to the Covenant Defined Above." |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml index 74fe708..3fff0b2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | |||
@@ -91,14 +91,16 @@ | |||
91 | max_length="2147483647" mouse_opaque="true" name="Chat History Editor" | 91 | max_length="2147483647" mouse_opaque="true" name="Chat History Editor" |
92 | track_bottom="true" | 92 | track_bottom="true" |
93 | text_color="ChatHistoryTextColor" | 93 | text_color="ChatHistoryTextColor" |
94 | text_readonly_color="ChatHistoryTextColor" width="299" word_wrap="true" /> | 94 | text_readonly_color="ChatHistoryTextColor" width="299" word_wrap="true" |
95 | spell_check="true" /> | ||
95 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" | 96 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" |
96 | bottom="28" embedded_items="false" enabled="false" | 97 | bottom="28" embedded_items="false" enabled="false" |
97 | follows="left|top|right|bottom" font="SansSerif" height="74" left="5" | 98 | follows="left|top|right|bottom" font="SansSerif" height="74" left="5" |
98 | max_length="2147483647" mouse_opaque="true" | 99 | max_length="2147483647" mouse_opaque="true" |
99 | name="Chat History Editor with mute" text_color="ChatHistoryTextColor" | 100 | name="Chat History Editor with mute" text_color="ChatHistoryTextColor" |
100 | track_bottom="true" | 101 | track_bottom="true" |
101 | text_readonly_color="ChatHistoryTextColor" width="300" word_wrap="true" /> | 102 | text_readonly_color="ChatHistoryTextColor" width="300" word_wrap="true" |
103 | spell_check="true" /> | ||
102 | <panel bottom="5" follows="left|right|bottom" left="5" name="chat_panel" right="-5" | 104 | <panel bottom="5" follows="left|right|bottom" left="5" name="chat_panel" right="-5" |
103 | tab_group="1" top="25"> | 105 | tab_group="1" top="25"> |
104 | <string name="gesture_label">Gestures</string> | 106 | <string name="gesture_label">Gestures</string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml b/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml index d0e11d6..667cb04 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml | |||
@@ -71,7 +71,7 @@ | |||
71 | <text_editor bg_readonly_color="0, 0, 0, 0" bottom="-206" embedded_items="false" | 71 | <text_editor bg_readonly_color="0, 0, 0, 0" bottom="-206" embedded_items="false" |
72 | follows="left|top" font="SansSerifSmall" height="48" left="87" | 72 | follows="left|top" font="SansSerifSmall" height="48" left="87" |
73 | max_length="511" mouse_opaque="true" name="charter" | 73 | max_length="511" mouse_opaque="true" name="charter" |
74 | text_readonly_color="1, 1, 1, 1" width="361" word_wrap="true" /> | 74 | text_readonly_color="1, 1, 1, 1" width="361" word_wrap="true" spell_check="true" /> |
75 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | 75 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" |
76 | initial_value="true" label="Show In Group List" left="87" | 76 | initial_value="true" label="Show In Group List" left="87" |
77 | mouse_opaque="true" name="sho" radio_style="false" width="361" /> | 77 | mouse_opaque="true" name="sho" radio_style="false" width="361" /> |
@@ -332,7 +332,7 @@ create a new proposal. | |||
332 | bottom_delta="40" embedded_items="false" follows="left|top" | 332 | bottom_delta="40" embedded_items="false" follows="left|top" |
333 | font="SansSerif" height="94" left="87" max_length="255" mouse_opaque="true" | 333 | font="SansSerif" height="94" left="87" max_length="255" mouse_opaque="true" |
334 | name="proposal_text" text_readonly_color="1, 1, 1, 1" width="290" | 334 | name="proposal_text" text_readonly_color="1, 1, 1, 1" width="290" |
335 | word_wrap="false" /> | 335 | word_wrap="false" spell_check="true" /> |
336 | <button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20" | 336 | <button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20" |
337 | label="Yes" label_selected="Yes" left="87" mouse_opaque="true" | 337 | label="Yes" label_selected="Yes" left="87" mouse_opaque="true" |
338 | name="btn_yes" width="60" /> | 338 | name="btn_yes" width="60" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml index 5e81525..73ea5c8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | |||
@@ -77,8 +77,8 @@ | |||
77 | follows="left|top|right|bottom" font="SansSerif" height="221" left="5" | 77 | follows="left|top|right|bottom" font="SansSerif" height="221" left="5" |
78 | max_length="2147483647" mouse_opaque="true" name="im_history" | 78 | max_length="2147483647" mouse_opaque="true" name="im_history" |
79 | text_color="ChatHistoryTextColor" | 79 | text_color="ChatHistoryTextColor" |
80 | track_bottom="true" | 80 | track_bottom="true" |
81 | text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" /> | 81 | text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" spell_check="true" /> |
82 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 82 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
83 | follows="left|right|bottom" font="SansSerif" height="20" | 83 | follows="left|right|bottom" font="SansSerif" height="20" |
84 | label="Click here to instant message" left="5" max_length="1022" | 84 | label="Click here to instant message" left="5" max_length="1022" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml index cac33d7..b6b9357 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml | |||
@@ -48,9 +48,9 @@ | |||
48 | bottom="-265" embedded_items="false" enabled="false" | 48 | bottom="-265" embedded_items="false" enabled="false" |
49 | follows="left|top|right|bottom" font="SansSerif" height="239" left="5" | 49 | follows="left|top|right|bottom" font="SansSerif" height="239" left="5" |
50 | max_length="2147483647" mouse_opaque="true" name="im_history" | 50 | max_length="2147483647" mouse_opaque="true" name="im_history" |
51 | track_bottom="true" | 51 | track_bottom="true" |
52 | text_color="ChatHistoryTextColor" | 52 | text_color="ChatHistoryTextColor" |
53 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" /> | 53 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" spell_check="true" /> |
54 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 54 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
55 | enabled="true" follows="left|right|bottom" font="SansSerif" | 55 | enabled="true" follows="left|right|bottom" font="SansSerif" |
56 | handle_edit_keys_directly="false" height="20" | 56 | handle_edit_keys_directly="false" height="20" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml index 072ac14..811d1e3 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | |||
@@ -67,9 +67,9 @@ | |||
67 | follows="left|top|right|bottom" font="SansSerif" left="4" | 67 | follows="left|top|right|bottom" font="SansSerif" left="4" |
68 | max_length="2147483647" mouse_opaque="true" name="im_history" | 68 | max_length="2147483647" mouse_opaque="true" name="im_history" |
69 | text_color="ChatHistoryTextColor" | 69 | text_color="ChatHistoryTextColor" |
70 | track_bottom="true" | 70 | track_bottom="true" |
71 | text_readonly_color="ChatHistoryTextColor" top="104" width="170" | 71 | text_readonly_color="ChatHistoryTextColor" top="104" width="170" |
72 | word_wrap="true" /> | 72 | word_wrap="true" spell_check="true" /> |
73 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 73 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
74 | enabled="true" follows="left|right|bottom" font="SansSerif" height="20" | 74 | enabled="true" follows="left|right|bottom" font="SansSerif" height="20" |
75 | left="5" max_length="1022" mouse_opaque="true" name="chat_editor" | 75 | left="5" max_length="1022" mouse_opaque="true" name="chat_editor" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml index 97cbeb8..932d53a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | Message: | 31 | Message: |
32 | </text> | 32 | </text> |
33 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" | 33 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" |
34 | max_length="700" name="msg_form" width="420"> | 34 | max_length="700" name="msg_form" width="420" spell_check="true"> |
35 | Type your message here. | 35 | Type your message here. |
36 | </text_editor> | 36 | </text_editor> |
37 | <text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12" | 37 | <text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml index a625598..95a1d97 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml | |||
@@ -55,7 +55,7 @@ | |||
55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" | 55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" |
56 | follows="left|top|right|bottom" font="SansSerif" height="285" | 56 | follows="left|top|right|bottom" font="SansSerif" height="285" |
57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" | 57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" |
58 | name="Notecard Editor" width="392" word_wrap="true"> | 58 | name="Notecard Editor" width="392" word_wrap="true" spell_check="true"> |
59 | Loading... | 59 | Loading... |
60 | </text_editor> | 60 | </text_editor> |
61 | <button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif" | 61 | <button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml index ec3ce5a..12e8de5 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml | |||
@@ -55,7 +55,7 @@ | |||
55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" | 55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" |
56 | follows="left|top|right|bottom" font="SansSerif" height="285" | 56 | follows="left|top|right|bottom" font="SansSerif" height="285" |
57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" | 57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" |
58 | name="Notecard Editor" width="392" word_wrap="true"> | 58 | name="Notecard Editor" width="392" word_wrap="true" spell_check="true"> |
59 | Loading... | 59 | Loading... |
60 | </text_editor> | 60 | </text_editor> |
61 | <button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif" | 61 | <button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml b/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml index ca1cfb1..72fd99d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml | |||
@@ -224,7 +224,7 @@ if possible. | |||
224 | <text_editor bottom_delta="-152" embedded_items="false" | 224 | <text_editor bottom_delta="-152" embedded_items="false" |
225 | follows="left|top" font="SansSerifSmall" height="146" left="16" | 225 | follows="left|top" font="SansSerifSmall" height="146" left="16" |
226 | max_length="800" mouse_opaque="false" name="details_edit" | 226 | max_length="800" mouse_opaque="false" name="details_edit" |
227 | width="356" word_wrap="true" /> | 227 | width="356" word_wrap="true" spell_check="true" /> |
228 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 228 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
229 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | 229 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" |
230 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" | 230 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml b/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml index 9499690..68f29ca 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml | |||
@@ -151,7 +151,7 @@ | |||
151 | <text_editor bottom_delta="-112" embedded_items="false" | 151 | <text_editor bottom_delta="-112" embedded_items="false" |
152 | follows="left|top" font="SansSerifSmall" height="112" left="16" | 152 | follows="left|top" font="SansSerifSmall" height="112" left="16" |
153 | max_length="900" mouse_opaque="false" name="details_edit" | 153 | max_length="900" mouse_opaque="false" name="details_edit" |
154 | width="356" word_wrap="true"> | 154 | width="356" word_wrap="true" spell_check="true"> |
155 | Steps to reproduce the bug: | 155 | Steps to reproduce the bug: |
156 | 156 | ||
157 | Observed results: | 157 | Observed results: |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml b/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml index 82a65b8..50721ab 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" | 5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" |
6 | font="Monospace" height="376" ignore_tab="false" left="4" | 6 | font="Monospace" height="376" ignore_tab="false" left="4" |
7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0" | 7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0" |
8 | word_wrap="true" show_line_numbers="true"> | 8 | word_wrap="true" show_line_numbers="true" spell_check="true"> |
9 | Loading... | 9 | Loading... |
10 | </text_editor> | 10 | </text_editor> |
11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" | 11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" |