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:
parent
db7a69aa82
commit
080b0f65cb
2 changed files with 30 additions and 30 deletions
|
|
@ -172,11 +172,11 @@ builtinWindowClasses =
|
|||
| wxCheckListBox
|
||||
| wxChoice
|
||||
| wxChoicebook
|
||||
| wxCommandLinkButton
|
||||
| wxCollapsiblePane
|
||||
| wxColourPickerCtrl
|
||||
| wxComboBox
|
||||
| wxComboCtrl
|
||||
| wxCommandLinkButton
|
||||
| wxDataViewCtrl
|
||||
| wxDataViewListCtrl
|
||||
| wxDataViewTreeCtrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue