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:
parent
41ee517929
commit
5ecca831d9
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue