From ccb6d50cf98a4e63469152cdff031ba57c2a22ea Mon Sep 17 00:00:00 2001 From: "Justin F. Knotzke" Date: Mon, 22 Jun 2009 02:23:23 +0000 Subject: [PATCH] Dan Connelly's MEGA patch. It includes both powerzones and weekly summary plots. Thanks Dan. --- src/Settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Settings.h b/src/Settings.h index 6a6d8ed71..a2d61b9a9 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -32,6 +32,7 @@ #define GC_UNIT "unit" #define GC_SETTINGS_LAST_IMPORT_PATH "mainwindow/lastImportPath" #define GC_ALLRIDES_ASCENDING "allRidesAscending" +#define GC_CRANKLENGTH "crankLength" #endif // _GC_Settings_h