Typo fixed, displaying station name on wrong tab

This commit is contained in:
Klaus Basan
2018-12-29 07:20:46 +01:00
committed by Mat Sutcliffe
parent c14235cbf8
commit 7a6a822432

View File

@@ -355,7 +355,7 @@ namespace BlackGui
}
if (f2Stations.size() == 1)
{
f1 += u' ' % f2Stations.front().getCallsignAndControllerRealName();
f2 += u' ' % f2Stations.front().getCallsignAndControllerRealName();
}
ui->tb_TextMessagesCOM1->setToolTip(f1);