- Note that starting from wxWidgets 2.3.3 such logic doesn't apply for the windows shown
- before the program enters the main loop: in other words, you can safely show a dialog from
- wxApp::OnInit and not be afraid that your application terminates when this dialog --
- which is the last top level window for the moment -- is closed.
+ Note that such logic doesn't apply for the windows shown before the program enters the
+ main loop: in other words, you can safely show a dialog from wxApp::OnInit and not be
+ afraid that your application terminates when this dialog -- which is the last top level
+ window for the moment -- is closed.