| 70 | } |
| 71 | |
| 72 | void CSoundSourceDialog::OnOK() { |
| 73 | if (UpdateData(true)) { |
| 74 | m_data_ptr->volume = m_volume; |
| 75 | m_data_ptr->sound_index = m_sound_combo.GetSelected(); |
| 76 | |
| 77 | CDialog::OnOK(); |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | #include "soundload.h" |
| 82 | #include "DallasSoundDlg.h" |
nothing calls this directly
no test coverage detected