mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #356 Fixed mistake in CAtcStation::convertToQString.
This commit is contained in:
@@ -104,7 +104,7 @@ namespace BlackMisc
|
|||||||
}
|
}
|
||||||
|
|
||||||
// controller name
|
// controller name
|
||||||
if (!this->m_controller.isValid())
|
if (this->m_controller.isValid())
|
||||||
{
|
{
|
||||||
s.append(' ');
|
s.append(' ');
|
||||||
s.append(this->m_controller.toQString(i18n));
|
s.append(this->m_controller.toQString(i18n));
|
||||||
|
|||||||
Reference in New Issue
Block a user