diff --git a/CSharp/Applications/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/RecentFileManager.cs b/CSharp/Applications/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/RecentFileManager.cs index 7379928a..1e5df6e1 100644 --- a/CSharp/Applications/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/RecentFileManager.cs +++ b/CSharp/Applications/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/RecentFileManager.cs @@ -94,6 +94,6 @@ internal static class RecentFileManager tagRecentItems.Elements.Add(tagDocuments); } - Document.Save(mom, xml, new FileAccessor(mvarDataFileName, true, true, true), true); + Document.Save(mom, xml, new FileAccessor(mvarDataFileName, true, true), true); } } \ No newline at end of file