1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
This commit is contained in:
Oleg Krasilnikov 2008-04-29 16:52:09 +00:00
parent a43de426a4
commit f4e51cdab2

View file

@ -594,4 +594,8 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
updateData();
}
protected void updateButtons() {} // Do nothing. No buttons to update.
protected String getHelpContextId() {
return "proj_prop_discovery";
}
}