| 607 | |
| 608 | // App command to run the dialog |
| 609 | void CEditorApp::OnAppAbout() { |
| 610 | CAboutDlg aboutDlg; |
| 611 | |
| 612 | theApp.pause(); |
| 613 | aboutDlg.DoModal(); |
| 614 | theApp.resume(); |
| 615 | } |
| 616 | |
| 617 | ///////////////////////////////////////////////////////////////////////////// |
| 618 | // CEditorApp commands |