Merge pull request #2752 from ivandrofly/interj

[removeinterjection] - minor fix
This commit is contained in:
Nikolaj Olsson 2018-02-14 19:25:04 +01:00 committed by GitHub
commit fb9998e2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,7 @@ namespace Nikse.SubtitleEdit.Forms
RemoveIfTextContains = new List<string>(),
RemoveTextBetweenCustomTags = checkBoxRemoveTextBetweenCustomTags.Checked,
RemoveInterjections = checkBoxRemoveInterjections.Checked,
RemoveInterjectionsOnlySeparateLine = checkBoxInterjectionOnlySeparateLine.Checked,
RemoveInterjectionsOnlySeparateLine = checkBoxRemoveInterjections.Checked && checkBoxInterjectionOnlySeparateLine.Checked,
RemoveTextBetweenSquares = checkBoxRemoveTextBetweenSquares.Checked,
RemoveTextBetweenBrackets = checkBoxRemoveTextBetweenBrackets.Checked,
RemoveTextBetweenQuestionMarks = checkBoxRemoveTextBetweenQuestionMarks.Checked,