From 22b7839651a91777c03cbc684698ee221e7aec13 Mon Sep 17 00:00:00 2001 From: qfox Date: Sat, 2 Aug 2008 23:11:33 +0000 Subject: [PATCH] Just one left anyways :p Added link to iup website to iup example. --- documentation/lua/iup_example.lua | 1 + documentation/lua/luabot_front.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/lua/iup_example.lua b/documentation/lua/iup_example.lua index 826d4ea2..cb2c71cc 100644 --- a/documentation/lua/iup_example.lua +++ b/documentation/lua/iup_example.lua @@ -1,5 +1,6 @@ -- iup example -- this shows a test window with all kinds of idle dialogs +-- docs: http://www.tecgraf.puc-rio.br/iup/ -- include our generic script (TAKES CARE OF CLOSING DIALOGS and includes the two iup systems) require("auxlib"); diff --git a/documentation/lua/luabot_front.lua b/documentation/lua/luabot_front.lua index 87e236df..0cd70032 100644 --- a/documentation/lua/luabot_front.lua +++ b/documentation/lua/luabot_front.lua @@ -2,7 +2,7 @@ -- qFox, 2 August 2008 -- we need iup, so include it here (also takes care of cleaning up dialog when script exits) -require 'auxlib.lua'; +require 'auxlib'; local botVersion = 1; -- check this version when saving/loading. this will change whenever the botsave-file changes.