Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • locale/en/mlx.po

    r509 r502  
    793793
    794794msgid "takeoff_derate_boeing"
    795 msgstr "Der_ated thrust:"
     795msgstr "Der_ate:"
    796796
    797797msgid "takeoff_derate_tupolev"
  • locale/hu/mlx.po

    r509 r502  
    794794
    795795msgid "takeoff_derate_boeing"
    796 msgstr "Csökkentett teljesítmény:"
     796msgstr "Teljesítménycsökkentés:"
    797797
    798798msgid "takeoff_derate_tupolev"
  • src/mlx/const.py

    r509 r498  
    1111
    1212## The version of the program
    13 VERSION="0.19xpl"
     13VERSION="0.18xpl"
    1414
    1515#-------------------------------------------------------------------------------
  • src/mlx/fsuipc.py

    r507 r476  
    12641264        flapsNotches is a list of degrees of flaps that are available on the aircraft."""
    12651265        self._flapsNotches = flapsNotches
    1266         self._xpdrReliable = False
    12671266
    12681267    @property
     
    14091408        state.cog = data[self._monidx_cog]
    14101409
    1411         if not self._xpdrReliable:
    1412             self._xpdrReliable = data[self._monidx_xpdrC]!=0
    1413 
    1414         state.xpdrC = data[self._monidx_xpdrC]!=1 \
    1415                       if self._xpdrReliable else None
     1410        state.xpdrC = data[self._monidx_xpdrC]!=1
    14161411        state.autoXPDR = False
    14171412
Note: See TracChangeset for help on using the changeset viewer.