wxID_PREFERENCES added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,7 +107,7 @@ long wxApp::s_lastModifiers = 0 ;
|
|||||||
bool wxApp::s_macDefaultEncodingIsPC = true ;
|
bool wxApp::s_macDefaultEncodingIsPC = true ;
|
||||||
bool wxApp::s_macSupportPCMenuShortcuts = true ;
|
bool wxApp::s_macSupportPCMenuShortcuts = true ;
|
||||||
long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
|
long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
|
||||||
long wxApp::s_macPreferencesMenuItemId = 0 ;
|
long wxApp::s_macPreferencesMenuItemId = wxID_PREFERENCES ;
|
||||||
long wxApp::s_macExitMenuItemId = wxID_EXIT ;
|
long wxApp::s_macExitMenuItemId = wxID_EXIT ;
|
||||||
wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
|
wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
|
||||||
|
|
||||||
@@ -570,7 +570,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
|
|||||||
|
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
# if __option(profile)
|
# if __option(profile)
|
||||||
ProfilerInit( collectDetailed, bestTimeBase , 20000 , 40 ) ;
|
ProfilerInit( collectDetailed, bestTimeBase , 40000 , 50 ) ;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ long wxApp::s_lastModifiers = 0 ;
|
|||||||
bool wxApp::s_macDefaultEncodingIsPC = true ;
|
bool wxApp::s_macDefaultEncodingIsPC = true ;
|
||||||
bool wxApp::s_macSupportPCMenuShortcuts = true ;
|
bool wxApp::s_macSupportPCMenuShortcuts = true ;
|
||||||
long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
|
long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
|
||||||
long wxApp::s_macPreferencesMenuItemId = 0 ;
|
long wxApp::s_macPreferencesMenuItemId = wxID_PREFERENCES ;
|
||||||
long wxApp::s_macExitMenuItemId = wxID_EXIT ;
|
long wxApp::s_macExitMenuItemId = wxID_EXIT ;
|
||||||
wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
|
wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
|
||||||
|
|
||||||
@@ -570,7 +570,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
|
|||||||
|
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
# if __option(profile)
|
# if __option(profile)
|
||||||
ProfilerInit( collectDetailed, bestTimeBase , 20000 , 40 ) ;
|
ProfilerInit( collectDetailed, bestTimeBase , 40000 , 50 ) ;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user