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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user