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:
parent
b75b0925fe
commit
e4c3404795
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue