Formatting, added icons for callsign

This commit is contained in:
Klaus Basan
2015-01-27 03:30:21 +01:00
parent ce86c902b5
commit 39150a1bc1
11 changed files with 31 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ namespace BlackMisc
if ("FSS" == sfx) { return CIconList::iconByIndex(CIcons::NetworkRoleFss); }
if ("ATIS" == sfx) { return CIconList::iconByIndex(CIcons::AviationAtis); }
if ("EXAM" == sfx) { return CIconList::iconByIndex(CIcons::NetworkRoleMnt); }
if ("VATSIM" == sfx) { return CIconList::iconByIndex(CIcons::NetworkVatsimLogo); }
if ("VATSIM" == sfx) { return CIconList::iconByIndex(CIcons::NetworkVatsimLogoWhite); }
return CIconList::iconByIndex(CIcons::NetworkRoleUnknown);
}