mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug #179135 fix
This commit is contained in:
parent
d045434e7c
commit
b2811d8ee4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public abstract class NewCCProjectWizard extends NewCProjectWizard {
|
|||
}
|
||||
|
||||
public NewCCProjectWizard(String title, String description) {
|
||||
super();
|
||||
super(title, description);
|
||||
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue