Batch convert - Remove text for HI now removes empty lines

This commit is contained in:
niksedk 2014-06-21 22:56:36 +02:00
parent 993e594c97
commit 6e8bf416ad

View File

@ -803,6 +803,7 @@ namespace Nikse.SubtitleEdit.Forms
p.Text = p.Text.Remove(0, 5);
}
}
sub.RemoveEmptyLines();
if (checkBoxFixCasing.Checked)
{
_changeCasing.FixCasing(sub, Utilities.AutoDetectGoogleLanguage(sub));