From a5031a2a34df5722263ac53d4dd3a2c9b544d185 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 6 Sep 2015 17:12:55 +0300 Subject: [PATCH] Update ECSAPI.lua --- lib/ECSAPI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index 5ff5dc48..d90612f2 100644 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.lua @@ -1542,7 +1542,7 @@ function ECSAPI.drawOSIcon(x, y, path, showFileFormat) else if fileFormat == ".lnk" then local shortcutLink = ECSAPI.readShortcut(path) - ECSAPI.drawIcon(x, y, shortcutLink) + ECSAPI.drawOSIcon(x, y, shortcutLink) ECSAPI.colorTextWithBack(x + ECSAPI.OSIconsWidth- 6, y + ECSAPI.OSIconsHeight - 3, 0x000000, 0xffffff, "⤶") return 0 elseif fileFormat == ".cfg" or fileFormat == ".config" then