| 149 | } |
| 150 | |
| 151 | void CInstrumentListCtrl::SetInstrumentName(int Index, LPCWSTR pName) // // // |
| 152 | { |
| 153 | // Update instrument name in the list |
| 154 | SetItemText(GetSelectionMark(), 0, FormattedW(L"%02X - %s", Index, pName)); |
| 155 | } |
| 156 | |
| 157 | void CInstrumentListCtrl::OnContextMenu(CWnd* pWnd, CPoint point) |
| 158 | { |
no test coverage detected