org.symbian.tools.wrttools/templates/default-templates.xml
changeset 373 85c2a2a29aad
parent 372 1e408ee32d8a
child 390 41fb932132ea
--- a/org.symbian.tools.wrttools/templates/default-templates.xml	Fri Jun 11 13:33:03 2010 -0700
+++ b/org.symbian.tools.wrttools/templates/default-templates.xml	Mon Jun 14 11:48:28 2010 -0700
@@ -47,7 +47,7 @@
 		var ${locationService} = device.getServiceObject("Service.Location", "ILocation");
 	</template>
 	<template name="logging" description="Access WRT 1.1 logging service. This API allows widgets to access and manage logging events such as call logs, messaging logs, and data logs."
-		id="org.symbian.tools.wrttools.templates.calendar" context="javaScript"
+		id="org.symbian.tools.wrttools.templates.logging" context="javaScript"
 		enabled="true" autoinsert="false">
 		var ${loggingService} = device.getServiceObject("Service.Logging", "IDataSource");
 	</template>
@@ -62,7 +62,7 @@
 		var ${messaging} = device.getServiceObject("Service.Messaging", "IMessaging");
 	</template>
 	<template name="sensor" description="Access WRT 1.1 sensors API. This API allows widgets to access data provided by the physical sensors of the device."
-		id="org.symbian.tools.wrttools.templates.calendar" context="javaScript"
+		id="org.symbian.tools.wrttools.templates.sensor" context="javaScript"
 		enabled="true" autoinsert="false">
 		var ${sensors} = device.getServiceObject("Service.Sensor", "ISensor");
 	</template>