mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Correct wxMenu ID to resolve macOS crash (#125)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
enum
|
||||
{
|
||||
// options
|
||||
REFRESH_ID,
|
||||
REFRESH_ID = wxID_HIGHEST + 1,
|
||||
AUTO_REFRESH_ID,
|
||||
CLOSE_ID,
|
||||
GPLIST_ID,
|
||||
|
||||
Reference in New Issue
Block a user