1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +02:00

222954: fix example

This commit is contained in:
Andrew Ferguson 2008-03-18 15:35:27 +00:00
parent b75b0925fe
commit e4c3404795

View file

@ -17,7 +17,7 @@
</property> </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="-1" mandatory="true" persist="false">
<item label="" value="-1"/> <item label="" value=""/>
<item label="Include" value="1"/> <item label="Include" value="1"/>
<item label="Exclude" value="0"/> <item label="Exclude" value="0"/>
</property> </property>