Index: trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java
===================================================================
--- trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java	(revision 177)
+++ trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java	(revision 179)
@@ -1684,5 +1684,6 @@
             
             script.incidents.get(indx).setOffset((Integer) addIncidentStart.getValue() * 60);
-            script.incidents.get(indx).insertCadData((Integer) addIncidentStart.getValue(), new CadData(addIncidentType.getText(),addIncidentLocation.getText()));
+            //following line may need *60?
+            script.incidents.get(indx).insertCadData((Integer) addIncidentStart.getValue() * 60, new CadData(addIncidentType.getText(),addIncidentLocation.getText()));
             script.numberOfIncidents++;
             
