Changeset c6890bb9cb6f282cb78a6917481c6e5379b52c61

Show
Ignore:
Timestamp:
02/21/10 21:59:36 (5 months ago)
Author:
Tobias Bieniek <Tobias.Bieniek@…>
Parents:
19105773d153f55cd577e29c8f25a18183a05635
Children:
e22dff3de9f6b0df326e90486b82349488c02d22
git-committer:
Tobias Bieniek <Tobias.Bieniek@gmx.de> / 2010-02-21T19:59:36Z+0100
Message:

Dialogs/dlgAirspaceSelect: Replaced *MODIFY by ToSysUnit?()/ToUserUnit()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Dialogs/dlgAirspaceSelect.cpp

    rc5a94f rc6890b  
    482482  wpDirection = (WndProperty*)wf->FindByName(_T("prpFltDirection")); 
    483483 
    484   AirspaceSorter g_airspace_sorter(airspace_database, Location, 
    485                                    fixed(DISTANCEMODIFY)); 
     484  AirspaceSorter g_airspace_sorter(airspace_database, Location, fixed( 
     485      Units::ToUserUnit(1, Units::UserDistanceUnit))); 
    486486  airspace_sorter = &g_airspace_sorter; 
    487487