Renamed wx.FutureCall to wx.CallLater so it is named more like
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 19:56:57 +0000 (19:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 19:56:57 +0000 (19:56 +0000)
commit8feec28c876b20dd98f1c73c694493ab2973226f
treeccb27ca96cc9c9da4a8683bd246d3a2d101a4c0e
parent567a5f982bd737cca7a82d24e08fc6284061a20f
Renamed wx.FutureCall to wx.CallLater so it is named more like
wx.CallAfter.  wx.FutureCall is now an empty subclass of wx.CallLater
for compatibility of older code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/docs/CHANGES.txt
wxPython/src/_core_ex.py