mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Timed Text 1.0 properties - put description in description field (not title)
This commit is contained in:
parent
6e4e55f357
commit
c38339b434
@ -168,7 +168,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
var desc = _xml.CreateElement("ttml", "desc", _nsmgr.LookupNamespace("ttml"));
|
||||
desc.InnerText = textBoxTitle.Text;
|
||||
desc.InnerText = textBoxDescription.Text;
|
||||
metadata.AppendChild(desc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user