1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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:
Sebastian Bauer 2013-03-19 07:48:39 +01:00 committed by Sergey Prigogin
parent 741970beb4
commit 4d70fc3fd4

View file

@ -15,7 +15,7 @@ import org.eclipse.swt.widgets.Composite;
/**
* Interface for tabs in new CDT model.
* All tabs available via extension point
* "org.eclipse.cdt.managedbuilder.ui.cPropertyTab"
* "org.eclipse.cdt.ui.cPropertyTab"
* should implement this interface.
*/
public interface ICPropertyTab {