Minor fix for Youtube Annotations - thx zephyrer :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1325 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-08-09 17:53:41 +00:00
parent 5320edae3d
commit e76dba28b7

View File

@ -189,6 +189,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
else
{
styles.Add("popup");
styles.Add("anchored");
}
foreach (XmlNode node in xml.SelectNodes("//annotation"))