client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs
changeset 38 bd33267300aa
parent 35 43bb1b8ed555
child 39 0f2bde8fdfeb
--- a/client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs	Wed Jan 27 10:55:59 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs	Thu Feb 04 16:38:04 2010 +0100
@@ -10,6 +10,7 @@
 using System.Windows.Shapes;
 using System.Collections.Generic;
 using System.Xml.Linq;
+using Iri.Modernisation.Data.Models;
 namespace Iri.Modernisation.Data.LDTClass
 {
     /// <summary>
@@ -46,7 +47,7 @@
         public List<LDTEditing> Edits { get; set; }
 
         public List<LDTRelation> Relations { get; set; }
-
+       
         public LDTFile()
         {
             Project = new LDTProject();
@@ -166,7 +167,7 @@
                 temp.Add(XMedias);
 
                 //
-                XElement XAnnotations = new XElement("annotation");
+                XElement XAnnotations = new XElement("annotations");
                 foreach (LDTAnnotationsContent annotation in Annotations)
                 {
                     XAnnotations.Add(annotation.XML);