Re: [wxlua-users] Typo in calculator.wx.lua

2013-08-11 Thread John Labenski
On Sat, Aug 10, 2013 at 6:43 PM, Andreas Falkenhahn wrote: > Hi, > > just discovered some small typos in the calculator.wx.lua sample: when > setting up the > accelerator table it uses wx.VXK_NUMPAD several times... but this is > apparently a > nil reference. The correct reference is wx.WXK_NUMPAD

[wxlua-users] Typo in calculator.wx.lua

2013-08-10 Thread Andreas Falkenhahn
Hi, just discovered some small typos in the calculator.wx.lua sample: when setting up the accelerator table it uses wx.VXK_NUMPAD several times... but this is apparently a nil reference. The correct reference is wx.WXK_NUMPAD, i.e. WXK instead of VXK. -- Best regards, Andreas Falkenhahn