Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event type name.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Apr 2013 11:56:55 +0000 (11:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Apr 2013 11:56:55 +0000 (11:56 +0000)
commit3bc1418b81f939df2546adfd63128d62622d8717
tree3e64b91a7e6e4527765414ed4c80892b9683c6d1
parentce7fe42e848cc0c9058dae906c3a7bded50681e6
Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event type name.

Fix incorrect conflict resolution between the changes of r73823 and r73850:
the first renamed wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_RIGHT_CLICKED to
wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK while the latter renamed it
to wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICKED. The proper new name is
wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK, use it instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
interface/wx/dataview.h
samples/dataview/dataview.cpp
src/common/datavcmn.cpp
src/generic/datavgen.cpp
src/gtk/dataview.cpp