mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T559, add space after voice capabilities + fixed typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
5f047f0694
commit
b0b8e82a2d
@@ -574,7 +574,7 @@ namespace BlackGui
|
||||
void CFlightPlanComponent::buildRemarksString()
|
||||
{
|
||||
QString v = ui->cb_VoiceCapabilities->currentText().toUpper();
|
||||
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v);
|
||||
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v).append(" ");
|
||||
|
||||
v = ui->le_AirlineOperator->text().trimmed();
|
||||
if (!v.isEmpty()) rem.append("OPR/").append(v).append(" ");
|
||||
|
||||
Reference in New Issue
Block a user