mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
A little more change casing
This commit is contained in:
parent
1cfaf46d5f
commit
519f117c84
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user