1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

remove apply as its not needed

This commit is contained in:
David Inglis 2004-05-12 18:24:45 +00:00
parent a47cb5f21b
commit 236df31adf

View file

@ -52,6 +52,9 @@ public class CPathPropertyPage extends PropertyPage implements IStatusChangeList
protected Control createContents(Composite parent) {
IProject project = getProject();
Control result;
// ensure the page has no special buttons
noDefaultAndApplyButton();
if (project == null || !isCProject(project)) {
result = createWithoutCProject(parent);
} else if (!project.isOpen()) {