Fixed wxAppConsole spelling in the comments.
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
#define __WX_BO_STL ",wx containers"
|
#define __WX_BO_STL ",wx containers"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// This macro is passed as argument to wxConsoleApp::CheckBuildOptions()
|
// This macro is passed as argument to wxAppConsole::CheckBuildOptions()
|
||||||
#define WX_BUILD_OPTIONS_SIGNATURE \
|
#define WX_BUILD_OPTIONS_SIGNATURE \
|
||||||
__WX_BO_VERSION(wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER) \
|
__WX_BO_VERSION(wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER) \
|
||||||
" (" __WX_BO_UNICODE \
|
" (" __WX_BO_UNICODE \
|
||||||
|
@@ -73,7 +73,7 @@ public:
|
|||||||
void OnClickDynamicHandlerApp(wxCommandEvent& event);
|
void OnClickDynamicHandlerApp(wxCommandEvent& event);
|
||||||
void OnClickStaticHandlerApp(wxCommandEvent& event);
|
void OnClickStaticHandlerApp(wxCommandEvent& event);
|
||||||
|
|
||||||
// we override wxConsoleApp::FilterEvent used to highlight the events
|
// we override wxAppConsole::FilterEvent used to highlight the events
|
||||||
// handling order
|
// handling order
|
||||||
virtual int FilterEvent(wxEvent& event) wxOVERRIDE;
|
virtual int FilterEvent(wxEvent& event) wxOVERRIDE;
|
||||||
|
|
||||||
|
@@ -49,7 +49,7 @@ void wxQtIdleTimer::idle()
|
|||||||
wxQtEventLoopBase::wxQtEventLoopBase()
|
wxQtEventLoopBase::wxQtEventLoopBase()
|
||||||
{
|
{
|
||||||
// We need a QCoreApplication for event loops, create it here if it doesn't
|
// We need a QCoreApplication for event loops, create it here if it doesn't
|
||||||
// already exist as we can't modify wxConsoleApp
|
// already exist as we can't modify wxAppConsole
|
||||||
if ( !QCoreApplication::instance() )
|
if ( !QCoreApplication::instance() )
|
||||||
{
|
{
|
||||||
new QApplication( wxAppConsole::GetInstance()->argc, wxAppConsole::GetInstance()->argv );
|
new QApplication( wxAppConsole::GetInstance()->argc, wxAppConsole::GetInstance()->argv );
|
||||||
|
Reference in New Issue
Block a user