Fix comment that mentions uncommenting something that is not commented

Reworded it a bit also.
This commit is contained in:
Blake-Madden
2024-06-15 13:20:39 -04:00
parent 3bde9346b1
commit e0daf9ed02
+2 -2
View File
@@ -304,8 +304,8 @@ bool MyApp::OnInit()
if ( !wxApp::OnInit() )
return false;
// uncomment this to get some debugging messages from the trace code
// on the console (or just set WXTRACE env variable to include "thread")
// get any debugging messages from trace code onto the console
// (can also be done by setting the WXTRACE env variable to include "thread")
wxLog::AddTraceMask("thread");
// Create the main frame window