| 1537 | } |
| 1538 | |
| 1539 | void CMainFrame::OnCreateWAV() |
| 1540 | { |
| 1541 | #ifdef DISABLE_SAVE // // // |
| 1542 | SetMessageText(IDS_DISABLE_SAVE); |
| 1543 | return; |
| 1544 | #endif |
| 1545 | |
| 1546 | CCreateWaveDlg WaveDialog; |
| 1547 | WaveDialog.ShowDialog(); |
| 1548 | } |
| 1549 | |
| 1550 | void CMainFrame::OnNextFrame() |
| 1551 | { |
nothing calls this directly
no test coverage detected