mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug #183908: Page missing at the new C/C++ project wizards
This commit is contained in:
parent
6f2a059c1a
commit
a232fa8d00
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ implements IExecutableExtension, IWizardWithMemory
|
||||||
super();
|
super();
|
||||||
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
||||||
setNeedsProgressMonitor(true);
|
setNeedsProgressMonitor(true);
|
||||||
|
setForcePreviousAndNextButtons(true);
|
||||||
wz_title = title;
|
wz_title = title;
|
||||||
wz_desc = desc;
|
wz_desc = desc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue