Changeset 19105773d153f55cd577e29c8f25a18183a05635
- Timestamp:
- 02/21/10 21:59:21 (5 months ago)
- Author:
- Tobias Bieniek <Tobias.Bieniek@…>
- Parents:
- 22d6f2cfdb6ccd5b2ec8beb00d01f506bec2cfd9
- Children:
- c6890bb9cb6f282cb78a6917481c6e5379b52c61
- git-committer:
- Tobias Bieniek <Tobias.Bieniek@gmx.de> / 2010-02-21T19:59:21Z+0100
- Message:
-
MapWindowSymbols?: Replaced *MODIFY by ToSysUnit?()/ToUserUnit()
- Location:
- src
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r22d6f2
|
r191057
|
|
| 64 | 64 | } |
| 65 | 65 | fixed GetMapScaleKM() const { |
| 66 | | return Units::ToSysUnit(MapScale * 0.001, Units::UserDistanceUnit); |
| | 66 | return (fixed)Units::ToSysUnit(MapScale * 0.001, Units::UserDistanceUnit); |
| 67 | 67 | } |
| 68 | 68 | RECT GetMapRectBig() const { |
-
|
r959be8
|
r191057
|
|
| 584 | 584 | if (Appearance.IndFinalGlide == fgFinalGlideDefault) { |
| 585 | 585 | |
| 586 | | _stprintf(Value, TEXT("%1.0f "), ALTITUDEMODIFY * |
| 587 | | FIXED_DOUBLE(Calculated().task_stats.total.solution_remaining.AltitudeDifference)); |
| | 586 | _stprintf(Value, TEXT("%1.0f "), Units::ToUserUnit( |
| | 587 | Calculated().task_stats.total.solution_remaining.AltitudeDifference, |
| | 588 | Units::UserAltitudeUnit)); |
| 588 | 589 | |
| 589 | 590 | if (Offset >= 0) { |