diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:33:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:33:18 +0100 |
| commit | d0e025d26cab0eecfea1528343638dac69f363cd (patch) | |
| tree | 883ea9ba28850cd4cc32a9a62da5537163ecf578 /src/dcp.cc | |
| parent | e97ac27b357a05072326a42bdb9fc1b8df04810a (diff) | |
Remove generic name from CPL.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ DCP::write_pkl (string pkl_uuid, bool interop, XMLMetadata const & metadata, sha pkl->add_child("Id")->add_child_text ("urn:uuid:" + pkl_uuid); /* XXX: this is a bit of a hack */ - pkl->add_child("AnnotationText")->add_child_text(_cpls.front()->name()); + pkl->add_child("AnnotationText")->add_child_text(_cpls.front()->annotation_text); pkl->add_child("IssueDate")->add_child_text (metadata.issue_date); pkl->add_child("Issuer")->add_child_text (metadata.issuer); pkl->add_child("Creator")->add_child_text (metadata.creator); |
