Update of /cvsroot/wxlua/wxLua/samples
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv14413/samples
Modified Files:
settings.wx.lua
Log Message:
To wxLongLong::ToString() not ToLong() for wxGetFreeMemory()
Index: settings.wx.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/samples/settings.wx.lua,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** settings.wx.lua 22 Jan 2008 04:45:39 -0000 1.5
--- settings.wx.lua 3 Dec 2010 04:56:32 -0000 1.6
***************
*** 208,212 ****
AddListItem({"", ""})
AddListItem({"wx.wxGetCwd()", wx.wxGetCwd()})
! AddListItem({"wx.wxGetFreeMemory():ToLong()", wx.wxGetFreeMemory():ToLong()})
AddListItem({"wx.wxGetHostName()", wx.wxGetHostName()})
AddListItem({"wx.wxGetFullHostName()", wx.wxGetFullHostName()})
--- 208,212 ----
AddListItem({"", ""})
AddListItem({"wx.wxGetCwd()", wx.wxGetCwd()})
! AddListItem({"wx.wxGetFreeMemory():ToString()", wx.wxGetFreeMemory():ToString()})
AddListItem({"wx.wxGetHostName()", wx.wxGetHostName()})
AddListItem({"wx.wxGetFullHostName()", wx.wxGetFullHostName()})
|