diff options
author | Justin Clarke Casey | 2008-01-10 00:49:31 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-10 00:49:31 +0000 |
commit | 3ab0007d3e691573d394c1472c1e69abcb32dddb (patch) | |
tree | 2665fc292064ae9a124eff2c97a47aa9cd1dc878 /bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |
parent | Set svn:eol-style. (diff) | |
download | opensim-SC_OLD-3ab0007d3e691573d394c1472c1e69abcb32dddb.zip opensim-SC_OLD-3ab0007d3e691573d394c1472c1e69abcb32dddb.tar.gz opensim-SC_OLD-3ab0007d3e691573d394c1472c1e69abcb32dddb.tar.bz2 opensim-SC_OLD-3ab0007d3e691573d394c1472c1e69abcb32dddb.tar.xz |
Minor spelling change on NotecardsAssetSet.xml. The example notecard should now load up properly
Diffstat (limited to 'bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml')
-rw-r--r-- | bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml new file mode 100644 index 0000000..a535aa0 --- /dev/null +++ b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <Nini> | ||
2 | <Section Name="Welcome notecard"> | ||
3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
4 | <Key Name="name" Value="WelcomeNote" /> | ||
5 | <Key Name="assetType" Value="7" /> | ||
6 | <Key Name="inventoryType" Value="7" /> | ||
7 | <Key Name="fileName" Value="welcomeNote.txt" /> | ||
8 | </Section> | ||
9 | <Section Name="Example notecard"> | ||
10 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
11 | <Key Name="name" Value="WelcomeNote" /> | ||
12 | <Key Name="assetType" Value="7" /> | ||
13 | <Key Name="inventoryType" Value="7" /> | ||
14 | <Key Name="fileName" Value="exampleNote.txt" /> | ||
15 | </Section> | ||
16 | </Nini> | ||