Fix wxCommandLinkButton alphabetical position

The alphabetical order for this handler was wrong, affecting not
only it's placement in the main HTML page, but also the list of
handlers on the right side.

This commit is best viewed with git --color-moved option.

Closes #22478.
This commit is contained in:
Randalphwa 2022-05-31 08:03:36 -07:00 committed by Vadim Zeitlin
parent db7a69aa82
commit 080b0f65cb
2 changed files with 30 additions and 30 deletions

View file

@ -172,11 +172,11 @@ builtinWindowClasses =
| wxCheckListBox
| wxChoice
| wxChoicebook
| wxCommandLinkButton
| wxCollapsiblePane
| wxColourPickerCtrl
| wxComboBox
| wxComboCtrl
| wxCommandLinkButton
| wxDataViewCtrl
| wxDataViewListCtrl
| wxDataViewTreeCtrl