Ignore:
Timestamp:
06/10/12 12:32:09 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for calculating speeds in km/h for Soviet aircraft

File:
1 edited

Legend:

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

    r239 r241  
    338338        """Called when we have connected to the simulator."""
    339339        self._connected = True
    340         self._logger.untimedMessage("Connected to the simulator %s" % (descriptor,))
     340        self._logger.untimedMessage("MLX %s connected to the simulator %s" % \
     341                                    (const.VERSION, descriptor))
    341342        fs.sendMessage(const.MESSAGETYPE_INFORMATION,
    342343                       "Welcome to MAVA Logger X " + const.VERSION)
Note: See TracChangeset for help on using the changeset viewer.