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

@@ -166,7 +166,7 @@ bool MyApp::OnInit()
new wxTaskBarJumpListCategory(&jumpList, wxT("Custom"));
wxTaskBarJumpListItem* item3 = new wxTaskBarJumpListItem(
customCategory,
wxTASKBAR_JUMP_LIST_DESTIONATION,
wxTASKBAR_JUMP_LIST_DESTINATION,
wxT("Help"),
wxStandardPaths::Get().GetExecutablePath(),
wxT("--help"),