1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

bug 209513 - fixing compile error

This commit is contained in:
Vivian Kong 2007-11-12 16:36:34 +00:00
parent b9444b6017
commit 67bcec2f0f

View file

@ -65,7 +65,7 @@ public class XLCompilerPropertyPage extends FieldEditorPreferencePage implements
Composite versionParent = getFieldEditorParent();
fVersionEditor = new BuildOptionComboFieldEditor(PreferenceConstants.P_XLC_COMPILER_VERSION,
Messages.XLCompilerPropertyPage_1, null, versionEntries, null, versionParent);
Messages.XLCompilerPropertyPage_1, versionEntries, null, versionParent);
addField(fVersionEditor);