1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

added non NLS comments to text

This commit is contained in:
Judy N. Green 2002-10-10 18:14:29 +00:00
parent bcdc287e0c
commit 35b418ed8f

View file

@ -79,7 +79,7 @@ public abstract class AbstractCScanner extends BufferedRuleBasedScanner {
int length= fPropertyNamesColor.length;
fPropertyNamesStyle= new String[length];
for (int i= 0; i < length; i++) {
fPropertyNamesStyle[i]= fPropertyNamesColor[i] + "_bold";
fPropertyNamesStyle[i]= fPropertyNamesColor[i] + "_bold"; //$NON-NLS-1$
addToken(fPropertyNamesColor[i], fPropertyNamesStyle[i]);
}