1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

minor fix

This commit is contained in:
Vivian Kong 2011-05-16 19:50:23 +00:00
parent 570abc9774
commit a4609c0040

View file

@ -520,7 +520,7 @@ public class LineWrappingTabPage extends FormatterTabPage {
" << '/' << setw(2) << day << endl;" + //$NON-NLS-1$ " << '/' << setw(2) << day << endl;" + //$NON-NLS-1$
"}", //$NON-NLS-1$ "}", //$NON-NLS-1$
FormatterMessages.LineWrappingTabPage_stream_output, FormatterMessages.LineWrappingTabPage_stream_output,
FormatterMessages.LineWrappingTabPage_stream_output FormatterMessages.LineWrappingTabPage_stream_output_lowercase
); );
// private final Category fEnumConstArgumentsCategory= new Category( // private final Category fEnumConstArgumentsCategory= new Category(