mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Gimmick and formatting
* flags for VATSIM servers * improved country resolution
This commit is contained in:
@@ -119,8 +119,7 @@ namespace BlackMisc
|
||||
if (this->m_designator.length() > 2)
|
||||
{
|
||||
// relative to images
|
||||
return CIcon("airlines/" + m_designator.toLower() + ".png",
|
||||
this->convertToQString());
|
||||
return CIcon("airlines/" + m_designator.toLower() + ".png", this->convertToQString());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user