mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +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) {
|
public NewCCProjectWizard(String title, String description) {
|
||||||
super();
|
super(title, description);
|
||||||
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue