mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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()
|
void CFlightPlanComponent::buildRemarksString()
|
||||||
{
|
{
|
||||||
QString v = ui->cb_VoiceCapabilities->currentText().toUpper();
|
QString v = ui->cb_VoiceCapabilities->currentText().toUpper();
|
||||||
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v);
|
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v).append(" ");
|
||||||
|
|
||||||
v = ui->le_AirlineOperator->text().trimmed();
|
v = ui->le_AirlineOperator->text().trimmed();
|
||||||
if (!v.isEmpty()) rem.append("OPR/").append(v).append(" ");
|
if (!v.isEmpty()) rem.append("OPR/").append(v).append(" ");
|
||||||
|
|||||||
@@ -1089,7 +1089,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>GPS oceantic certified</string>
|
<string>GPS oceanic certified</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
Reference in New Issue
Block a user