diff options
author | Bryan O'Sullivan <bos@serpentine.com> | 2010-01-20 10:25:06 -0800 |
---|---|---|
committer | Bryan O'Sullivan <bos@serpentine.com> | 2010-01-20 10:25:06 -0800 |
commit | 5a46b59284ac313a0e7737fd600d020c07c352cd (patch) | |
tree | 47dd5b7ac1805ffd840d36b184a1b743bced8997 /indra/newview/skins/default/xui/da/panel_preferences_chat.xml | |
parent | f009fbcb03e7d4e87d41f60e2873ffcbcb02354b (diff) |
Convert all XML files to Unix line endings
Diffstat (limited to 'indra/newview/skins/default/xui/da/panel_preferences_chat.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/panel_preferences_chat.xml | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/indra/newview/skins/default/xui/da/panel_preferences_chat.xml b/indra/newview/skins/default/xui/da/panel_preferences_chat.xml index b141998451..c8602d3119 100644 --- a/indra/newview/skins/default/xui/da/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/da/panel_preferences_chat.xml @@ -1,42 +1,42 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<panel label="Tekst chat" name="chat">
- <radio_group name="chat_font_size">
- <radio_item label="Lille" name="radio"/>
- <radio_item label="Mellem" name="radio2"/>
- <radio_item label="Stor" name="radio3"/>
- </radio_group>
- <color_swatch label="Dig" name="user"/>
- <text name="text_box1">
- Dig
- </text>
- <color_swatch label="Andre" name="agent"/>
- <text name="text_box2">
- Andre
- </text>
- <color_swatch label="IM" name="im"/>
- <text name="text_box3">
- IM
- </text>
- <color_swatch label="System" name="system"/>
- <text name="text_box4">
- System
- </text>
- <color_swatch label="Fejl" name="script_error"/>
- <text name="text_box5">
- Fejl
- </text>
- <color_swatch label="Objekter" name="objects"/>
- <text name="text_box6">
- Objekter
- </text>
- <color_swatch label="Ejer" name="owner"/>
- <text name="text_box7">
- Ejer
- </text>
- <color_swatch label="URL'er" name="links"/>
- <text name="text_box9">
- URL'er
- </text>
- <check_box initial_value="true" label="Afspil skrive animation ved chat" name="play_typing_animation"/>
- <check_box label="Send e-mail til mig når jeg modtager IM og er offline" name="send_im_to_email"/>
-</panel>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Tekst chat" name="chat"> + <radio_group name="chat_font_size"> + <radio_item label="Lille" name="radio"/> + <radio_item label="Mellem" name="radio2"/> + <radio_item label="Stor" name="radio3"/> + </radio_group> + <color_swatch label="Dig" name="user"/> + <text name="text_box1"> + Dig + </text> + <color_swatch label="Andre" name="agent"/> + <text name="text_box2"> + Andre + </text> + <color_swatch label="IM" name="im"/> + <text name="text_box3"> + IM + </text> + <color_swatch label="System" name="system"/> + <text name="text_box4"> + System + </text> + <color_swatch label="Fejl" name="script_error"/> + <text name="text_box5"> + Fejl + </text> + <color_swatch label="Objekter" name="objects"/> + <text name="text_box6"> + Objekter + </text> + <color_swatch label="Ejer" name="owner"/> + <text name="text_box7"> + Ejer + </text> + <color_swatch label="URL'er" name="links"/> + <text name="text_box9"> + URL'er + </text> + <check_box initial_value="true" label="Afspil skrive animation ved chat" name="play_typing_animation"/> + <check_box label="Send e-mail til mig når jeg modtager IM og er offline" name="send_im_to_email"/> +</panel> |