- no icon for a component, groups will have icons

- Group member will now be only a name (localization will be in groups.xml)
This commit is contained in:
Faik Uygur
2009-06-15 08:43:15 +00:00
parent acc17b0653
commit c28b831c5f
+1 -2
View File
@@ -66,8 +66,7 @@ class Component(xmlfile.XmlFile):
# Information about the component
t_Summary = [autoxml.LocalText, autoxml.mandatory]
t_Description = [autoxml.LocalText, autoxml.mandatory]
t_Icon = [ autoxml.String, autoxml.optional]
t_Group = [ autoxml.LocalText, autoxml.optional ]
t_Group = [ autoxml.String, autoxml.optional ]
# the parts of this component.
# to be filled by the component database, thus it is optional.