set interpretation of ampersand shortcuts to false as default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 ;
|
||||
|
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user