Ignore:
Timestamp:
07/01/12 17:13:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The approach callout editor works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/config.py

    r264 r266  
    584584        """Set the approach callouts for the given aircraft type."""
    585585        if not approachCallouts==self._approachCallouts[aircraftType]:
    586             print "Updating approach callouts"
    587586            self._approachCallouts[aircraftType] = approachCallouts.clone()
    588587            self._modified = True
Note: See TracChangeset for help on using the changeset viewer.