Index: src/org/eclipse/cdt/make/internal/ui/preferences/MakefileEditorPreferencePage.java =================================================================== RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/preferences/MakefileEditorPreferencePage.java,v retrieving revision 1.6 diff -u -r1.6 MakefileEditorPreferencePage.java --- src/org/eclipse/cdt/make/internal/ui/preferences/MakefileEditorPreferencePage.java 23 Jun 2005 16:00:48 -0000 1.6 +++ src/org/eclipse/cdt/make/internal/ui/preferences/MakefileEditorPreferencePage.java 23 Jun 2006 18:44:05 -0000 @@ -213,6 +213,7 @@ {MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_macro_def"), ColorManager.MAKE_MACRO_DEF_COLOR, null}, //$NON-NLS-1$ {MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_function"), ColorManager.MAKE_FUNCTION_COLOR, null}, //$NON-NLS-1$ {MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_keyword"), ColorManager.MAKE_KEYWORD_COLOR, null}, //$NON-NLS-1$ + {MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_default"), ColorManager.MAKE_DEFAULT_COLOR, null}, //$NON-NLS-1$ }; ArrayList overlayKeys= new ArrayList(); Index: src/org/eclipse/cdt/make/internal/ui/preferences/MakefilePreferencesMessages.properties =================================================================== RCS file: /cvsroot/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/preferences/MakefilePreferencesMessages.properties,v retrieving revision 1.3 diff -u -r1.3 MakefilePreferencesMessages.properties --- src/org/eclipse/cdt/make/internal/ui/preferences/MakefilePreferencesMessages.properties 23 Jun 2005 16:02:41 -0000 1.3 +++ src/org/eclipse/cdt/make/internal/ui/preferences/MakefilePreferencesMessages.properties 23 Jun 2006 18:44:05 -0000 @@ -51,6 +51,7 @@ MakefileEditorPreferencePage.makefile_editor_function=function MakefileEditorPreferencePage.makefile_editor_keyword=keyword MakefileEditorPreferencePage.makefile_editor_target=target +MakefileEditorPreferencePage.makefile_editor_default=default MakefileSettingsPreferencePage.style=Style of Makefile MakefileSettingsPreferencePage.path.label=Makefile include directories