diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-11 21:01:19 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-11 21:01:19 +0000 |
commit | bafb150f24bd68e20a20ea87c59ed32053a3257f (patch) | |
tree | 7b690ab48201f2a5a5d140b0b5b3d1479318aa74 /indra/newview/skins/default/xui/da/floater_my_friends.xml | |
parent | cc92525b0df952659102d2e5adcc4140fea7f371 (diff) |
Switch the XML file line endings to native.
Diffstat (limited to 'indra/newview/skins/default/xui/da/floater_my_friends.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/floater_my_friends.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_my_friends.xml b/indra/newview/skins/default/xui/da/floater_my_friends.xml index 53aa90c976..687266a08a 100644 --- a/indra/newview/skins/default/xui/da/floater_my_friends.xml +++ b/indra/newview/skins/default/xui/da/floater_my_friends.xml @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater name="floater_my_friends" title="Kontakter">
- <tab_container name="friends_and_groups">
- <panel label="Venner" name="friends_panel" />
- <panel label="Grupper" name="groups_panel" />
- </tab_container>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="floater_my_friends" title="Kontakter"> + <tab_container name="friends_and_groups"> + <panel label="Venner" name="friends_panel" /> + <panel label="Grupper" name="groups_panel" /> + </tab_container> +</floater> |