Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 7591)
+++ trunk/data/defaultpresets.xml	(revision 7593)
@@ -143,4 +143,5 @@
    shortdescription: very short description
    link: a link to a helpful website (optional)
+   icon: an icon for the whole presets
  The fields description, shortdescription and link may also be localized (e.g. de.link)
 
Index: trunk/data/mappaint-style.xsd
===================================================================
--- trunk/data/mappaint-style.xsd	(revision 7591)
+++ trunk/data/mappaint-style.xsd	(revision 7593)
@@ -22,4 +22,5 @@
 		<attribute name="description" type="string" />
 		<attribute name="link" type="string"/>
+		<attribute name="icon" type="string"/>
 
 		<anyAttribute processContents="skip"/>
Index: trunk/data/tagging-preset.xsd
===================================================================
--- trunk/data/tagging-preset.xsd	(revision 7591)
+++ trunk/data/tagging-preset.xsd	(revision 7593)
@@ -28,4 +28,5 @@
 				<attribute name="description" type="string" />
 				<attribute name="link" type="string" />
+				<attribute name="icon" type="string" />
 
 				<anyAttribute processContents="skip" />
