Changed # for A for XLX linking ...

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-04-08 13:56:42 +02:00
parent a2e459676d
commit 21a782887f

View file

@ -167,7 +167,7 @@ wxString CDTMF::translate()
return processReflector(wxT("XRF"), command.Mid(1U));
else if (command.GetChar(0U) == wxT('D'))
return processReflector(wxT("DCS"), command.Mid(1U));
else if (command.GetChar(0U) == wxT('#'))
else if (command.GetChar(0U) == wxT('A'))
return processReflector(wxT("XLX"), command.Mid(1U));
else
return processCCS(command);