Remove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICKED.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Apr 2013 11:45:07 +0000 (11:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Apr 2013 11:45:07 +0000 (11:45 +0000)
commitf6b826564ef75741cc91eb0e1a1df476e952eec4
tree254cb5684b3edf2b4ab6a5a2cd8c0f1f52a31979
parent47e175a24f862aa8b7ca7dd4a2bb5957991e7f2d
Remove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICKED.

The naming of this macro was inconsistent with other similar macros in
wxListCtrl and wxTreeCtrl and even EVT_DATAVIEW_COLUMN_HEADER_CLICK in
wxDataViewCtrl itself. Moreover, it was even documented under the wrong name
without "ED".

Clear this mess by removing the "ED" suffix while still keeping the old macro
name for compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
samples/dataview/dataview.cpp