1
0
Fork 0
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:
Sergey Prigogin 2009-05-20 05:38:52 +00:00
parent a56265dbe6
commit e0202c643c

View file

@ -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);
}