aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/settings_files.xml
blob: 997bb0c33cb1e64256b9c4216b713792ed561c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<llsd>
  <map>
    <key>Files</key>
        <map>
        <key>Comment</key>
            <string>List of settings files to load. Key is the identifier, value is the filename</string>
        <key>Persist</key>
            <integer>0</integer>
        <key>Type</key>
            <string>LLSD</string>
        <key>Value</key>
		<map>
		  <key>Global</key>
		  <string>settings.xml</string>
		  <key>PerAccount</key>
		  <string>settings_per_account.xml</string>
		  <key>CrashSettings</key>
		  <string>settings_crash_behavior.xml</string>
		</map>
		</map>
  </map>
</llsd>