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:
Nikolaj Olsson 2019-02-28 19:43:29 +01:00
parent 3a213ece5d
commit 28c4deee01

View File

@ -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);
}
}
}