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:
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) {
|
||||
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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue