mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix "Change all" for whole text in OCR - thx wtester7 :)
(user file was overwriting "x_OCRFixReplaceList.xml") Work on #3431
This commit is contained in:
parent
3a213ece5d
commit
28c4deee01
@ -1080,7 +1080,7 @@ namespace Nikse.SubtitleEdit.Core.Dictionaries
|
||||
newNode.Attributes.Append(aFrom);
|
||||
newNode.Attributes.Append(aTo);
|
||||
wholeWordsNode.AppendChild(newNode);
|
||||
userDocument.Save(_replaceListXmlFileName);
|
||||
userDocument.Save(ReplaceListXmlFileNameUser);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user