mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Patch by Glen Anderson. Bug 277004.
This commit is contained in:
parent
a56265dbe6
commit
e0202c643c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public abstract class AbstractFileCreationWizardPage extends NewElementWizardPag
|
|||
|
||||
fTemplates= getApplicableTemplates();
|
||||
if (fTemplates != null && fTemplates.length > 0) {
|
||||
fTemplateDialogField= new ComboDialogField(SWT.NONE);
|
||||
fTemplateDialogField= new ComboDialogField(SWT.READ_ONLY);
|
||||
fTemplateDialogField.setLabelText(NewFileWizardMessages.AbstractFileCreationWizardPage_template_label);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue