X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41f38f4d596ddc17d20ddca9fc264523a8817e42..b6ca231f85a50ea7dc5af6d0f3c98854970dffdc:/src/mac/carbon/menu.cpp?ds=sidebyside diff --git a/src/mac/carbon/menu.cpp b/src/mac/carbon/menu.cpp index 621494b83d..fe599686ad 100644 --- a/src/mac/carbon/menu.cpp +++ b/src/mac/carbon/menu.cpp @@ -56,7 +56,11 @@ const short kwxMacAppleMenuId = 1 ; // Construct a menu with optional title (then use append) +#ifdef __UNIX__ +short wxMenu::s_macNextMenuId = 3 ; +#else short wxMenu::s_macNextMenuId = 2 ; +#endif void wxMenu::Init() {