Fixed wxAppConsole spelling in the comments.

This commit is contained in:
Catalin
2015-06-03 17:14:09 +03:00
parent 5aae7c7387
commit d31cfba540
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ void wxQtIdleTimer::idle()
wxQtEventLoopBase::wxQtEventLoopBase()
{
// 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() )
{
new QApplication( wxAppConsole::GetInstance()->argc, wxAppConsole::GetInstance()->argv );