Commit c3194971 authored by Bryan Godbolt's avatar Bryan Godbolt

changed groupbox title for udp link from udp link to UDP Link (more professional)

parent 5477fd74
...@@ -99,7 +99,7 @@ CommConfigurationWindow::CommConfigurationWindow(LinkInterface* link, ProtocolIn ...@@ -99,7 +99,7 @@ CommConfigurationWindow::CommConfigurationWindow(LinkInterface* link, ProtocolIn
} }
else if (dynamic_cast<UDPLink*>(link) != 0) else if (dynamic_cast<UDPLink*>(link) != 0)
{ {
ui.linkGroupBox->setTitle(tr("udp link")); ui.linkGroupBox->setTitle(tr("UDP Link"));
} }
#ifdef OPAL_RT #ifdef OPAL_RT
else if (dynamic_cast<OpalLink*>(link) != 0) else if (dynamic_cast<OpalLink*>(link) != 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment