mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +02:00
remove apply as its not needed
This commit is contained in:
parent
a47cb5f21b
commit
236df31adf
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ public class CPathPropertyPage extends PropertyPage implements IStatusChangeList
|
||||||
protected Control createContents(Composite parent) {
|
protected Control createContents(Composite parent) {
|
||||||
IProject project = getProject();
|
IProject project = getProject();
|
||||||
Control result;
|
Control result;
|
||||||
|
|
||||||
|
// ensure the page has no special buttons
|
||||||
|
noDefaultAndApplyButton();
|
||||||
if (project == null || !isCProject(project)) {
|
if (project == null || !isCProject(project)) {
|
||||||
result = createWithoutCProject(parent);
|
result = createWithoutCProject(parent);
|
||||||
} else if (!project.isOpen()) {
|
} else if (!project.isOpen()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue