Improved fix casing - thx Chamallow

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@68 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-22 10:26:04 +00:00
parent 876fb12492
commit 53a922e112

View File

@ -229,7 +229,6 @@ namespace Nikse.SubtitleEdit.Logic
} }
else else
{ {
sb.Append(s); sb.Append(s);
if (".!?:;)]}([{".Contains(s)) if (".!?:;)]}([{".Contains(s))
lastWasBreak = true; lastWasBreak = true;