Use the right function..

This commit is contained in:
Charles J. Cliffe 2017-04-20 19:53:08 -04:00
parent 43a9150107
commit f9dc1aeb32
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PortSelectorDialog::PortSelectorDialog( wxWindow* parent, wxWindowID id, std::st
int nPorts = comGetNoPorts();
for (int i = 0; i < nPorts; i++) {
m_portList->Append(comGetPortName(i));
m_portList->Append(comGetInternalName(i));
}
comTerminate();