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

@@ -73,7 +73,7 @@ public:
void OnClickDynamicHandlerApp(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
virtual int FilterEvent(wxEvent& event) wxOVERRIDE;