Working on spell check

This commit is contained in:
ivandrofly 2015-02-14 17:13:49 +00:00
parent 909fadbd45
commit 651219ae3b

View File

@ -1009,7 +1009,6 @@ namespace Nikse.SubtitleEdit.Forms
LoadDictionaries(dictionaryFolder, dictionary);
_currentIndex = 0;
if (startLine >= 0 && startLine < _subtitle.Paragraphs.Count)
_currentIndex = startLine;