]> git.saurik.com Git - wxWidgets.git/commitdiff
applied SourceForge patch #423532
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 May 2001 13:09:41 +0000 (13:09 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 May 2001 13:09:41 +0000 (13:09 +0000)
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

src/mac/carbon/menu.cpp
src/mac/menu.cpp

index 621494b83dc0d6015c3573d884ec2abfea1fdb95..fe599686ad797fa6ca6bf9be0c081736ad14c613 100644 (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()
 {
index 621494b83dc0d6015c3573d884ec2abfea1fdb95..fe599686ad797fa6ca6bf9be0c081736ad14c613 100644 (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()
 {