Ignore:
Timestamp:
05/18/12 15:19:28 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for the charter configuration version of the Boeing 737-800

File:
1 edited

Legend:

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

    r175 r191  
    201201
    202202# A mapping of aircraft types to their screen names
    203 aircraftNames = { _const.AIRCRAFT_B736 : xstr("aircraft_b736"),
    204                   _const.AIRCRAFT_B737 : xstr("aircraft_b737"),
    205                   _const.AIRCRAFT_B738 : xstr("aircraft_b738"),
    206                   _const.AIRCRAFT_B733 : xstr("aircraft_b733"),
    207                   _const.AIRCRAFT_B734 : xstr("aircraft_b734"),
    208                   _const.AIRCRAFT_B735 : xstr("aircraft_b735"),
    209                   _const.AIRCRAFT_DH8D : xstr("aircraft_dh8d"),
    210                   _const.AIRCRAFT_B762 : xstr("aircraft_b762"),
    211                   _const.AIRCRAFT_B763 : xstr("aircraft_b763"),
    212                   _const.AIRCRAFT_CRJ2 : xstr("aircraft_crj2"),
    213                   _const.AIRCRAFT_F70  : xstr("aircraft_f70"),
    214                   _const.AIRCRAFT_DC3  : xstr("aircraft_dc3"),
    215                   _const.AIRCRAFT_T134 : xstr("aircraft_t134"),
    216                   _const.AIRCRAFT_T154 : xstr("aircraft_t154"),
    217                   _const.AIRCRAFT_YK40 : xstr("aircraft_yk40") }
    218 
    219 #------------------------------------------------------------------------------
     203aircraftNames = { _const.AIRCRAFT_B736  : xstr("aircraft_b736"),
     204                  _const.AIRCRAFT_B737  : xstr("aircraft_b737"),
     205                  _const.AIRCRAFT_B738  : xstr("aircraft_b738"),
     206                  _const.AIRCRAFT_B738C : xstr("aircraft_b738c"),
     207                  _const.AIRCRAFT_B733  : xstr("aircraft_b733"),
     208                  _const.AIRCRAFT_B734  : xstr("aircraft_b734"),
     209                  _const.AIRCRAFT_B735  : xstr("aircraft_b735"),
     210                  _const.AIRCRAFT_DH8D  : xstr("aircraft_dh8d"),
     211                  _const.AIRCRAFT_B762  : xstr("aircraft_b762"),
     212                  _const.AIRCRAFT_B763  : xstr("aircraft_b763"),
     213                  _const.AIRCRAFT_CRJ2  : xstr("aircraft_crj2"),
     214                  _const.AIRCRAFT_F70   : xstr("aircraft_f70"),
     215                  _const.AIRCRAFT_DC3   : xstr("aircraft_dc3"),
     216                  _const.AIRCRAFT_T134  : xstr("aircraft_t134"),
     217                  _const.AIRCRAFT_T154  : xstr("aircraft_t154"),
     218                  _const.AIRCRAFT_YK40  : xstr("aircraft_yk40") }
     219
     220#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.