Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 7514)
+++ trunk/data/defaultpresets.xml	(revision 7532)
@@ -31,4 +31,6 @@
 label: simple static text label
   text: the text to display
+  icon: location of icon to display (optional)
+  icon_size: maximal size of icon (optional). If no value is given, default is 16px
 
 space: empty line
Index: trunk/data/tagging-preset.xsd
===================================================================
--- trunk/data/tagging-preset.xsd	(revision 7514)
+++ trunk/data/tagging-preset.xsd	(revision 7532)
@@ -155,4 +155,6 @@
 		<attribute name="text" type="string" use="required" />
 		<attribute name="text_context" type="string" />
+		<attribute name="icon" type="string" />
+		<attribute name="icon_size" type="integer" />
 
 		<attribute name="name" use="prohibited" />
