mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Minor doc fix.
The extension point is called org.eclipse.cdt.ui.cPropertyTab and not org.eclipse.cdt.managedbuilder.ui.cPropertyTab. Change-Id: If1e767011133f385fc100f6de58a6bc2fcc14b95 Reviewed-on: https://git.eclipse.org/r/11298 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
parent
741970beb4
commit
4d70fc3fd4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import org.eclipse.swt.widgets.Composite;
|
||||||
/**
|
/**
|
||||||
* Interface for tabs in new CDT model.
|
* Interface for tabs in new CDT model.
|
||||||
* All tabs available via extension point
|
* All tabs available via extension point
|
||||||
* "org.eclipse.cdt.managedbuilder.ui.cPropertyTab"
|
* "org.eclipse.cdt.ui.cPropertyTab"
|
||||||
* should implement this interface.
|
* should implement this interface.
|
||||||
*/
|
*/
|
||||||
public interface ICPropertyTab {
|
public interface ICPropertyTab {
|
||||||
|
|
Loading…
Add table
Reference in a new issue