Fix 'destionation' typos

Rename relatively new enum value wxTASKBAR_JUMP_LIST_DESTIONATION to
wxTASKBAR_JUMP_LIST_DESTINATION as well as a private function containing
the same typo.
This commit is contained in:
Dimitri Schoolwerth
2017-06-21 22:48:08 +04:00
parent bb306b7ed0
commit 07c8f15e43
5 changed files with 15 additions and 12 deletions

View File

@@ -68,6 +68,9 @@ INCOMPATIBLE CHANGES SINCE 3.1.0:
3.1.0, have been renamed to HasCheckBoxes and EnableCheckBoxes respectively
for consistency with wxCheckBox naming.
- The enum value wxTASKBAR_JUMP_LIST_DESTIONATION, which was added in 3.1.0,
contains a typo and has been renamed to wxTASKBAR_JUMP_LIST_DESTINATION.
All: