mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 19:52:48 +01:00
Merge pull request #2209 from ivandrofly/get_dictionaries
[GetDictionaries] - Set index to zero when done looping.
This commit is contained in:
commit
6a21b64a7a
@ -71,8 +71,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
_dictionaryDownloadLinks.Add(downloadLink);
|
||||
_descriptions.Add(description);
|
||||
}
|
||||
comboBoxDictionaries.SelectedIndex = 0;
|
||||
}
|
||||
comboBoxDictionaries.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user