1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

222954: fix default attribute

This commit is contained in:
Andrew Ferguson 2008-03-18 17:36:52 +00:00
parent 41ee517929
commit 5ecca831d9

View file

@ -16,7 +16,7 @@
<item label="Exclude" name="0"/>
</property>
<property id="TestWidget6" label="SelectWidget2" description="SelectWidget2Description" type="select" default="-1" mandatory="true" persist="false">
<property id="TestWidget6" label="SelectWidget2" description="SelectWidget2Description" type="select" default="" mandatory="true" persist="false">
<item label="" value=""/>
<item label="Include" value="1"/>
<item label="Exclude" value="0"/>