diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 0ff881be894..9908ad99c5e 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-20 Alain Magloire Framework to do virtual grouping in the outliner diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 7366a78d00f..9f51d9f1ea3 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -120,6 +120,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