1
0
Fork 0
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:
Oleg Krasilnikov 2007-04-25 12:22:10 +00:00
parent 6f2a059c1a
commit a232fa8d00

View file

@ -67,6 +67,7 @@ implements IExecutableExtension, IWizardWithMemory
super();
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
setNeedsProgressMonitor(true);
setForcePreviousAndNextButtons(true);
wz_title = title;
wz_desc = desc;
}