From e6995f7b57772b8b754a33e5d6c4b9e1cc88d286 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 30 Mar 2014 08:58:45 +1000 Subject: Oops-- --- ClientHamr/GuiLua/test_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/test_c.c') diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c index b5df711..47cb72d 100644 --- a/ClientHamr/GuiLua/test_c.c +++ b/ClientHamr/GuiLua/test_c.c @@ -124,7 +124,7 @@ int luaopen_test_c(lua_State *L) lua_pushstring(L, "cfooble,c"); lua_pushstring(L, "Help text"); lua_pushnumber(L, 1); - lua_pushstring(L, "number"); + lua_pushnil(L); lua_pushstring(L, "'edit', 'The cfooble:', 1, 1, 10, 50"); lua_pushboolean(L, 1); // Is required. lua_pushnil(L); // Default ACL. -- cgit v1.1