mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Bug 176909
This commit is contained in:
parent
8ceff372b4
commit
9260759871
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
||||||
ICLanguageSettingEntry ent = (ICLanguageSettingEntry)it.next();
|
ICLanguageSettingEntry ent = (ICLanguageSettingEntry)it.next();
|
||||||
if (ent.isBuiltIn()) lstS.add(ent);
|
if (ent.isBuiltIn()) lstS.add(ent);
|
||||||
}
|
}
|
||||||
Collections.sort(lstS, CDTListComparator.getInstance());
|
|
||||||
incs.addAll(lstS);
|
incs.addAll(lstS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue