Ignore:
Timestamp:
04/30/25 15:05:04 (3 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The "real" and "extended" ICAO codes of airplanes are distinguished.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flightlist.py

    r1033 r1184  
    246246        type."""
    247247        return tailNumber + \
    248             " (" + const.icaoCodes[bookedFlight.aircraftType] + ")"
     248            " (" + const.extendedICAOCodes[bookedFlight.aircraftType] + ")"
    249249
    250250    def _getAcft(tailNumber, bookedFlight):
Note: See TracChangeset for help on using the changeset viewer.