mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Use page name that is now defined in cdt.ui
This commit is contained in:
parent
ea39904c50
commit
26912c7f9e
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ public class NewManagedProjectWizard extends NewCProjectWizard {
|
|||
MBSCustomPageManager.init();
|
||||
|
||||
// add stock pages
|
||||
// TODO: MBSCustomPageManager.addStockPage(fMainPage, NewCProjectWizardPage.PAGE_ID);
|
||||
MBSCustomPageManager.addStockPage(fMainPage, "org.eclipse.cdt.ui.wizard.basicPage"); //$NON-NLS-1$
|
||||
MBSCustomPageManager.addStockPage(fMainPage, NewCProjectWizardPage.PAGE_ID);
|
||||
MBSCustomPageManager.addStockPage(projectConfigurationPage, CProjectPlatformPage.PAGE_ID);
|
||||
MBSCustomPageManager.addStockPage(optionPage, NewManagedProjectOptionPage.PAGE_ID);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue