A little more change casing

This commit is contained in:
niksedk 2023-04-15 19:35:09 +02:00
parent 1cfaf46d5f
commit 519f117c84

View File

@ -72,6 +72,7 @@ namespace Nikse.SubtitleEdit.Forms
FixMakeLowercase = radioButtonLowercase.Checked,
FixMakeProperCase = radioButtonProperCase.Checked,
FixProperCaseOnlyAllUppercase = checkBoxProperCaseOnlyUpper.Checked,
Format = subtitle.OriginalFormat,
};
fixCasing.Fix(subtitle);
LinesChanged = fixCasing.NoOfLinesChanged;