Ignore:
File:
1 edited

Legend:

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

    r895 r863  
    547547                  _const.AIRCRAFT_T154  : xstr("aircraft_t154"),
    548548                  _const.AIRCRAFT_YK40  : xstr("aircraft_yk40"),
    549                   _const.AIRCRAFT_B462  : xstr("aircraft_b462"),
    550                   _const.AIRCRAFT_IL62  : xstr("aircraft_il62") }
     549                  _const.AIRCRAFT_B462  : xstr("aircraft_b462") }
    551550
    552551#------------------------------------------------------------------------------
     
    573572    _const.AIRCRAFT_FAMILY_YK40: xstr("aircraft_family_yk40"),
    574573
    575     _const.AIRCRAFT_FAMILY_B462: xstr("aircraft_family_b462"),
    576 
    577     _const.AIRCRAFT_FAMILY_IL62: xstr("aircraft_family_il62")
     574    _const.AIRCRAFT_FAMILY_B462: xstr("aircraft_family_b462")
    578575}
    579576
Note: See TracChangeset for help on using the changeset viewer.