From e174f15557c1dcabedce14200f9db773fc791fae Mon Sep 17 00:00:00 2001 From: Ruslan Isaev Date: Sun, 23 Apr 2017 13:29:54 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D1=8B=20=D1=8D=D1=82=D1=83=20=D1=85?= =?UTF-8?q?=D1=83=D0=B9=D0=BD=D1=8E=20=D0=B2=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D0=BB=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/MineOSCore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MineOSCore.lua b/lib/MineOSCore.lua index 20d24056..76821407 100755 --- a/lib/MineOSCore.lua +++ b/lib/MineOSCore.lua @@ -32,7 +32,7 @@ MineOSCore.paths.icons = MineOSCore.paths.system .. "OS/Icons/" MineOSCore.paths.applications = MineOSCore.paths.OS .. "Applications/" MineOSCore.paths.pictures = MineOSCore.paths.OS .. "Pictures/" MineOSCore.paths.desktop = MineOSCore.paths.OS .. "Desktop/" -MineOSCore.paths.applicationList = MineOSCore.paths.system .. "OS/Applications.txt" +MineOSCore.paths.applicationList = MineOSCore.paths.system .. "OS/Applications.cfg" MineOSCore.paths.trash = MineOSCore.paths.OS .. "Trash/" MineOSCore.paths.OSSettings = MineOSCore.paths.system .. "OS/OSSettings.cfg"