[GetDictionaries] - Set index to zero when done looping.

This commit is contained in:
Ivandro Ismael 2017-02-09 16:11:52 +00:00
parent fbfb539177
commit 5bafc4d235

View File

@ -71,8 +71,8 @@ namespace Nikse.SubtitleEdit.Forms
_dictionaryDownloadLinks.Add(downloadLink);
_descriptions.Add(description);
}
comboBoxDictionaries.SelectedIndex = 0;
}
comboBoxDictionaries.SelectedIndex = 0;
}
}