Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

Revision:
6:dba3fbdfd5da
Parent:
1:a5258871b33d
--- a/NudgeAndDampPageHandler.cpp	Mon Jul 24 15:57:36 2017 +0000
+++ b/NudgeAndDampPageHandler.cpp	Thu Jul 27 16:17:56 2017 +0000
@@ -70,25 +70,25 @@
     variablesForTouchArea[0].easyGUIVariablePtr = GuiVar_columnOvenNudgeFactor;
     variablesForTouchArea[0].maxValue           = 2550;
     variablesForTouchArea[0].easyGUICallingPage = GuiStruct_ColumnOvenNudgeAndDampPage_0;
-    strcpy(variablesForTouchArea[0].variableTitle, "Col. Oven Nudge");
+    strcpy(variablesForTouchArea[0].variableTitle, "Nudge");
 
     variablesForTouchArea[1].touchAreaIndex     = COLUMN_OVEN_DAMP_FACTOR_EDIT;
     variablesForTouchArea[1].easyGUIVariablePtr = GuiVar_columnOvenDampFactor;
     variablesForTouchArea[1].maxValue           = 2550;
     variablesForTouchArea[1].easyGUICallingPage = GuiStruct_ColumnOvenNudgeAndDampPage_0;
-    strcpy(variablesForTouchArea[1].variableTitle, "Col. Oven Damp");
+    strcpy(variablesForTouchArea[1].variableTitle, "Damp");
 
     variablesForTouchArea[2].touchAreaIndex     = COLUMN_OVEN_RAMP_NUDGE_FACTOR_EDIT;
     variablesForTouchArea[2].easyGUIVariablePtr = GuiVar_columnOvenRampNudgeFactor;
     variablesForTouchArea[2].maxValue           = 2550;
     variablesForTouchArea[2].easyGUICallingPage = GuiStruct_ColumnOvenNudgeAndDampPage_0;
-    strcpy(variablesForTouchArea[2].variableTitle, "Col. Ramp Nudge");
+    strcpy(variablesForTouchArea[2].variableTitle, "Ramp Nudge");
 
     variablesForTouchArea[3].touchAreaIndex     = COLUMN_OVEN_RAMP_DAMP_FACTOR_EDIT;
     variablesForTouchArea[3].easyGUIVariablePtr = GuiVar_columnOvenRampDampFactor;
     variablesForTouchArea[3].maxValue           = 2550;
     variablesForTouchArea[3].easyGUICallingPage = GuiStruct_ColumnOvenNudgeAndDampPage_0;
-    strcpy(variablesForTouchArea[3].variableTitle, "Col. Ramp Damp");
+    strcpy(variablesForTouchArea[3].variableTitle, "Ramp Damp");
 
     variablesForTouchArea[4].touchAreaIndex     = COLUMN_OVEN_TEMP_OFFSET_EDIT;
     variablesForTouchArea[4].easyGUIVariablePtr = GuiVar_columnOvenTempOffset;