Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Duplicate entries for CEditorFontDefinition.description in org.eclipse.cdt.ui/plugin.properties

Patch created off the binary distribution of CDT 2.0.2 below.

Note that the entry for CEditorFontDefiniton.label still has
a misspelling in place - this is apparently duplicated in the
source, as the label definition is found properly.

-Samrobb

--- org.eclipse.cdt.ui/plugin.properties.orig   2004-09-10 12:47:31.000000000 -0400
+++ org.eclipse.cdt.ui/plugin.properties        2004-09-10 12:48:43.000000000 -0400
@@ -127,7 +127,6 @@
 
 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
 
@@ -180,7 +179,7 @@
 
 ## CEditor Fonts
 CEditorFontDefiniton.label= C/C++ Editor Text Font
-CEditorFontDefintion.description= The editor text font is used by C/C++ editors.
+CEditorFontDefinition.description= The C/C++ editor text font is used by C/C++ editors.
 #--- presentation
 CPresentation.label= C/C++
 CEditorPresentation.label= Editor


Back to the top