aboutsummaryrefslogtreecommitdiff
path: root/System/desktop.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-16 16:03:10 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-16 16:03:10 -0500
commitd971f492e0939d85bb55361d028dd0fe9428be63 (patch)
tree8fe4766c4a28694a44fee39b9eeb0a4493300dfa /System/desktop.lua
parent4475d80db9a8eb0db0b7bb88cf2d76794073f46c (diff)
downloadbits-UI-d971f492e0939d85bb55361d028dd0fe9428be63.tar.gz
bits-UI-d971f492e0939d85bb55361d028dd0fe9428be63.tar.bz2
bits-UI-d971f492e0939d85bb55361d028dd0fe9428be63.zip
loadAPI got depcreated; Renamed Apps to Programs
Diffstat (limited to 'System/desktop.lua')
-rw-r--r--System/desktop.lua4
1 files changed, 2 insertions, 2 deletions
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()