mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Set icon for "Make Project" the same as for Managed ones.
This commit is contained in:
parent
bc25cdb9a5
commit
b9d1aa9b5d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class StdBuildWizard extends AbstractCWizard {
|
|||
for (int i=0; i<tcs.length; i++)
|
||||
if (isValid(tcs[i], supportedOnly, wizard))
|
||||
h.addTc(tcs[i]);
|
||||
EntryDescriptor wd = new EntryDescriptor(ID, null, NAME, false, h, null);
|
||||
EntryDescriptor wd = new EntryDescriptor(ID, null, NAME, true, h, null);
|
||||
return new EntryDescriptor[] {wd};
|
||||
|
||||
// test only: creating items like of Templates
|
||||
|
|
Loading…
Add table
Reference in a new issue