mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Typo fixed, displaying station name on wrong tab
This commit is contained in:
committed by
Mat Sutcliffe
parent
c14235cbf8
commit
7a6a822432
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user