From: John L. <jr...@us...> - 2007-07-26 18:58:42
|
Update of /cvsroot/wxlua/wxLua/samples In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16448/wxLua/samples Modified Files: wxluasudoku.wx.lua Log Message: Update authors to include John Labenski and Ray Gilbert Remove code attribution to LuaPlus since we don't use anything from it Code cleanup Index: wxluasudoku.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/wxluasudoku.wx.lua,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** wxluasudoku.wx.lua 16 Jul 2007 19:35:32 -0000 1.73 --- wxluasudoku.wx.lua 26 Jul 2007 18:56:40 -0000 1.74 *************** *** 1725,1729 **** <ul> ! <li><b>New...</b> : Clear to whole puzzle to an uninitialized state so that you can then "Create" it from scratch. --- 1725,1729 ---- <ul> ! <li><b>New...</b> : Clear the whole puzzle to an uninitialized state so that you can then "Create" it from scratch. *************** *** 1763,1767 **** <ul> ! <li>After opening the program will try to solve the puzzle and let you know if there is a problem, such as a non unique solution. You can just cancel out if you'd like to skip this check. --- 1763,1767 ---- <ul> ! <li>After opening, the program will try to solve the puzzle and let you know if there is a problem, such as a non unique solution. You can just cancel out if you'd like to skip this check. |