| changeset 38 | bd33267300aa |
| parent 34 | 4d9ebc6fbbe8 |
| child 39 | 0f2bde8fdfeb |
--- a/client/src/Iri.Modernisation.Data/Ldt/LDTDecoupage.cs Wed Jan 27 10:55:59 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Ldt/LDTDecoupage.cs Thu Feb 04 16:38:04 2010 +0100 @@ -66,7 +66,7 @@ } public LDTAnnotationsDecoupage() { - Id = String.Empty; + Id = System.Guid.NewGuid().ToString(); Author = String.Empty; Title = String.Empty; Abstract = String.Empty;