Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -359,7 +359,7 @@ END_DECLARE_EVENT_TYPES()
|
||||
#define EVT_TREE_BEGIN_DRAG(id, fn) wx__DECLARE_TREEEVT(BEGIN_DRAG, id, fn)
|
||||
#define EVT_TREE_BEGIN_RDRAG(id, fn) wx__DECLARE_TREEEVT(BEGIN_RDRAG, id, fn)
|
||||
|
||||
// GetItem() is the item on which the drop occured (if any) and GetPoint() the
|
||||
// GetItem() is the item on which the drop occurred (if any) and GetPoint() the
|
||||
// current mouse coords
|
||||
#define EVT_TREE_END_DRAG(id, fn) wx__DECLARE_TREEEVT(END_DRAG, id, fn)
|
||||
|
||||
|
Reference in New Issue
Block a user