MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetInstrumentName

Method SetInstrumentName

Source/InstrumentListCtrl.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void 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
157void CInstrumentListCtrl::OnContextMenu(CWnd* pWnd, CPoint point)
158{

Callers 1

UpdateInstrumentNameMethod · 0.80

Calls 1

FormattedWFunction · 0.85

Tested by

no test coverage detected