Fix wrong use of EVT_COMMAND in the example in wxThread documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Jun 2013 12:25:00 +0000 (12:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Jun 2013 12:25:00 +0000 (12:25 +0000)
commit285f511671d4bc10168cfb43a087012e05036738
tree3f95aa77b30f2ee4eaef725d2ea4138c37e50453
parent93a16a7d516f9621b1e20e32d1540cec7550ed2d
Fix wrong use of EVT_COMMAND in the example in wxThread documentation.

As the event being defined is a wxThreadEvent, EVT_THREAD must be used.

Also rename wxEVT_COMMAND_MYTHREAD_UPDATE to myEVT_THREAD_UPDATE to avoid
using "wxEVT_" prefix reserved by wx itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/thread.h