aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-03 03:54:40 +1000
committerDavid Walter Seikel2014-04-03 03:54:40 +1000
commit7d8f53c09bcf3790e7bb50af80050f6675451548 (patch)
treef8aefa6f82f2fdb005244334710cda6a2cf08981 /ClientHamr
parentCombine nada into one line. (diff)
downloadSledjHamr-7d8f53c09bcf3790e7bb50af80050f6675451548.zip
SledjHamr-7d8f53c09bcf3790e7bb50af80050f6675451548.tar.gz
SledjHamr-7d8f53c09bcf3790e7bb50af80050f6675451548.tar.bz2
SledjHamr-7d8f53c09bcf3790e7bb50af80050f6675451548.tar.xz
Define window via array instead of argument list.
Diffstat (limited to 'ClientHamr')
-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)