refs #356 Fixed mistake in CAtcStation::convertToQString.

This commit is contained in:
Mathew Sutcliffe
2015-03-15 18:58:49 +00:00
parent 67730aa727
commit 2463cd58ef

View File

@@ -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));