Merge pull request #1485 from amtriathlon/master

Add Route and RPE to SpecialFields
This commit is contained in:
Mark Liversedge
2015-08-05 18:16:32 +01:00

View File

@@ -57,6 +57,8 @@ SpecialFields::SpecialFields()
namesmap.insert("Month", tr("Month")); // set by openRideFile
namesmap.insert("Weekday", tr("Weekday")); // set by openRideFile
namesmap.insert("Source Filename", tr("Source Filename")); // set by openRideFile
namesmap.insert("Route", tr("Route")); // GPS map Route tag
namesmap.insert("RPE", tr("RPE")); // used by Session RPE metric
// now add all the metric fields (for metric overrides)