mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 21:11:39 +01:00
parent
21a81f48f9
commit
1c2ab5b4be
@ -10,7 +10,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
public sealed partial class ChangeCasingNames : Form
|
||||
{
|
||||
private readonly List<string> _usedNames = new List<string>();
|
||||
private readonly HashSet<string> _usedNames = new HashSet<string>();
|
||||
private int _noOfLinesChanged;
|
||||
private Subtitle _subtitle;
|
||||
private const string ExpectedEndChars = " ,.!?:;')<-\"\r\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user