diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index f83a5e0e9b7..78ca697cab4 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,8 @@ +2004-07-16 Tanya Wolff + + Fix for 70543: TVT: Source code displaying in C++ Font and Editor + * plugin.properties + 2004-07-19 Alain Magloire Fix for PR 70319: Clearing the console on build. diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index acee703d315..32e365d4945 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -121,6 +121,7 @@ ActionDefinition.openType.description= Open a type in a C editor CElementWorkingSetPage.name = C/C++ +CEditorFontDefinition.description = The C/C++ editor text font is used by C/C++ editors. BuildConsoleFontDefinition.description= The C-Build console font is used by the C-Build console BuildConsoleFontDefinition.label= C-Build Console Text Font