diff options
Diffstat (limited to 'System/desktop.lua')
| -rw-r--r-- | System/desktop.lua | 4 |
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() |
