From d971f492e0939d85bb55361d028dd0fe9428be63 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 16 Nov 2020 16:03:10 -0500 Subject: loadAPI got depcreated; Renamed Apps to Programs --- System/desktop.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'System/desktop.lua') diff --git a/System/desktop.lua b/System/desktop.lua index 27b7e07..58888ed 100644 --- a/System/desktop.lua +++ b/System/desktop.lua @@ -13,11 +13,11 @@ GNU General Public License for more details. ]]-- -os.loadAPI("/System/apis/flib.lua") +os.require("/System/apis/flib.lua") local backgroundColour = 32768 local backgroundImage = "/home/.background" local panelColour = 8192 -local appTitle = "[Apps]" +local appTitle = "[Programs]" function drawPanel() local time = os.time() -- cgit v1.2.3