mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
NPE fix
This commit is contained in:
parent
a43de426a4
commit
f4e51cdab2
1 changed files with 4 additions and 0 deletions
|
@ -594,4 +594,8 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
||||||
updateData();
|
updateData();
|
||||||
}
|
}
|
||||||
protected void updateButtons() {} // Do nothing. No buttons to update.
|
protected void updateButtons() {} // Do nothing. No buttons to update.
|
||||||
|
|
||||||
|
protected String getHelpContextId() {
|
||||||
|
return "proj_prop_discovery";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue