ensure that menus appear correctly under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10139
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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()
{
// 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()
{