Changeset 1184:c2100c410a84 for src/mlx/gui/flightlist.py
- Timestamp:
- 04/30/25 15:05:04 (3 days ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flightlist.py
r1033 r1184 246 246 type.""" 247 247 return tailNumber + \ 248 " (" + const. icaoCodes[bookedFlight.aircraftType] + ")"248 " (" + const.extendedICAOCodes[bookedFlight.aircraftType] + ")" 249 249 250 250 def _getAcft(tailNumber, bookedFlight):
Note:
See TracChangeset
for help on using the changeset viewer.