1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed copy&paste error

This commit is contained in:
Martin Tůma 2019-01-06 18:50:51 +01:00
parent 589c85b504
commit 7a49f01c95

View File

@ -126,7 +126,7 @@
#define PAUSE_INTERVAL_DEFAULT 10 /* s */ #define PAUSE_INTERVAL_DEFAULT 10 /* s */
#define USE_REPORTED_SPEED_SETTING "useReportedSpeed" #define USE_REPORTED_SPEED_SETTING "useReportedSpeed"
#define USE_REPORTED_SPEED_DEFAULT false #define USE_REPORTED_SPEED_DEFAULT false
#define USE_DEM_ELEVATION_SETTING "useReportedSpeed" #define USE_DEM_ELEVATION_SETTING "useDEMElevation"
#define USE_DEM_ELEVATION_DEFAULT false #define USE_DEM_ELEVATION_DEFAULT false
#define POI_RADIUS_SETTING "poiRadius" #define POI_RADIUS_SETTING "poiRadius"
#define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM) #define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM)