1
0
Fork 0
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:
Oleg Krasilnikov 2007-05-11 09:35:59 +00:00
parent bc25cdb9a5
commit b9d1aa9b5d

View file

@ -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