diff --git a/lib/MineOSPaths.lua b/lib/MineOSPaths.lua index b97fc1ab..43861efb 100755 --- a/lib/MineOSPaths.lua +++ b/lib/MineOSPaths.lua @@ -14,7 +14,7 @@ MineOSPaths.icons = MineOSPaths.system .. "Icons/" MineOSPaths.applications = MineOSPaths.OS .. "Applications/" MineOSPaths.pictures = MineOSPaths.OS .. "Pictures/" MineOSPaths.desktop = MineOSPaths.OS .. "Desktop/" -MineOSPaths.applicationList = MineOSPaths.system .. "Files.cfg" +MineOSPaths.fileVersions = MineOSPaths.system .. "File versions.cfg" MineOSPaths.trash = MineOSPaths.OS .. "Trash/" MineOSPaths.properties = MineOSPaths.system .. "Properties.cfg" MineOSPaths.editor = MineOSPaths.applications .. "/MineCode IDE.app/Main.lua"