applied SourceForge patch #423532

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
This commit is contained in:
Gilles Depeyrot 2001-05-13 13:09:41 +00:00
parent 9d57991759
commit 82ca6dbcf4
2 changed files with 8 additions and 0 deletions

View File

@ -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()
{

View File

@ -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()
{