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