mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
This commit is contained in:
parent
e5aaa82e30
commit
87191e699b
@ -1277,10 +1277,10 @@ namespace Nikse.SubtitleEdit.Core
|
||||
XmlNode xnode = nodeCompare.SelectSingleNode("ShowOnlyDifferences");
|
||||
if (xnode != null)
|
||||
settings.Compare.ShowOnlyDifferences = Convert.ToBoolean(xnode.InnerText);
|
||||
xnode = nodeCompare.SelectSingleNode("ShowOnlyDifferences");
|
||||
xnode = nodeCompare.SelectSingleNode("OnlyLookForDifferenceInText");
|
||||
if (xnode != null)
|
||||
settings.Compare.OnlyLookForDifferenceInText = Convert.ToBoolean(xnode.InnerText);
|
||||
xnode = nodeCompare.SelectSingleNode("ShowOnlyDifferences");
|
||||
xnode = nodeCompare.SelectSingleNode("IgnoreLineBreaks");
|
||||
if (xnode != null)
|
||||
settings.Compare.IgnoreLineBreaks = Convert.ToBoolean(xnode.InnerText);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user