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/fr/floater_preferences.xml | |
parent | cc92525b0df952659102d2e5adcc4140fea7f371 (diff) |
Switch the XML file line endings to native.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_preferences.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_preferences.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_preferences.xml b/indra/newview/skins/default/xui/fr/floater_preferences.xml index cb1e245ee4..9dab4d642c 100644 --- a/indra/newview/skins/default/xui/fr/floater_preferences.xml +++ b/indra/newview/skins/default/xui/fr/floater_preferences.xml @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater name="Preferences" title="Préférences" min_width="330" width="626">
- <button label="À propos" label_selected="À propos" name="About..." />
- <button label="OK" label_selected="OK" name="OK" />
- <button label="Annuler" label_selected="Annuler" name="Cancel" />
- <button label="Appliquer" label_selected="Appliquer" name="Apply" />
- <button label="Aide" label_selected="Aide" name="Help" />
- <tab_container name="pref core" tab_width="126" width="626" />
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="Preferences" title="Préférences" min_width="330" width="626"> + <button label="À propos" label_selected="À propos" name="About..." /> + <button label="OK" label_selected="OK" name="OK" /> + <button label="Annuler" label_selected="Annuler" name="Cancel" /> + <button label="Appliquer" label_selected="Appliquer" name="Apply" /> + <button label="Aide" label_selected="Aide" name="Help" /> + <tab_container name="pref core" tab_width="126" width="626" /> +</floater> |