Correct wxMenu ID to resolve macOS crash (#125)

This commit is contained in:
Marcin Chojnacki 2022-08-30 17:55:34 +02:00 committed by GitHub
parent dff782eb0d
commit 15b71c57dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -310,7 +310,7 @@ void wxDownloadManagerList::OnItemSelected(wxListEvent& event)
enum ContextMenuEntries
{
kContextMenuRetry,
kContextMenuRetry = wxID_HIGHEST + 1,
kContextMenuDownload,
kContextMenuPause,
kContextMenuResume,