aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 202fdd6..9a67231 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -867,7 +867,7 @@ quit = function ()
867end 867end
868 868
869thingasm('clear', 'The current skin is cleared of all widgets.', clear) 869thingasm('clear', 'The current skin is cleared of all widgets.', clear)
870thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG') 870thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'}
871thingasm('module', 'Load a module.', module, 'file,acl') 871thingasm('module', 'Load a module.', module, 'file,acl')
872thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') 872thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL')
873thingasm('quit', 'Quit, exit, remove thyself.', quit) 873thingasm('quit', 'Quit, exit, remove thyself.', quit)