| 102 | } |
| 103 | |
| 104 | std::wstring CSourcesDlg::GetSourceText(int iItem) const |
| 105 | { |
| 106 | return GetGridItemText(m_grid, iItem, 1); |
| 107 | } |
| 108 | |
| 109 | SourceType::type CSourcesDlg::GetSourceType(int iItem) const |
| 110 | { |
nothing calls this directly
no test coverage detected