diff --git a/src/mac/app.cpp b/src/mac/app.cpp index 9587df5d9e..8cf752487c 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -101,7 +101,7 @@ long wxApp::s_lastModifiers = 0 ; bool wxApp::s_macDefaultEncodingIsPC = true ; -bool wxApp::s_macSupportPCMenuShortcuts = true ; +bool wxApp::s_macSupportPCMenuShortcuts = false ; long wxApp::s_macAboutMenuItemId = wxID_ABOUT ; long wxApp::s_macPreferencesMenuItemId = 0 ; long wxApp::s_macExitMenuItemId = wxID_EXIT ; diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 9587df5d9e..8cf752487c 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -101,7 +101,7 @@ long wxApp::s_lastModifiers = 0 ; bool wxApp::s_macDefaultEncodingIsPC = true ; -bool wxApp::s_macSupportPCMenuShortcuts = true ; +bool wxApp::s_macSupportPCMenuShortcuts = false ; long wxApp::s_macAboutMenuItemId = wxID_ABOUT ; long wxApp::s_macPreferencesMenuItemId = 0 ; long wxApp::s_macExitMenuItemId = wxID_EXIT ;