mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Wrong label
This commit is contained in:
parent
3394347e31
commit
a354b64c58
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class WorkInProgressPreferencePage extends PreferencePage
|
||||||
editorCorrectionGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
editorCorrectionGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
||||||
editorCorrectionGroup.setText("Editor"); //$NON-NLS-1$
|
editorCorrectionGroup.setText("Editor"); //$NON-NLS-1$
|
||||||
|
|
||||||
fEditorCorrection = createCheckButton(editorCorrectionGroup, "Enable editor problem marker"); //$NON-NLS-1$
|
fEditorCorrection = createCheckButton(editorCorrectionGroup, "Enable editor problem annotation"); //$NON-NLS-1$
|
||||||
fEditorCorrection.addSelectionListener(new SelectionListener() {
|
fEditorCorrection.addSelectionListener(new SelectionListener() {
|
||||||
public void widgetDefaultSelected(SelectionEvent e) {
|
public void widgetDefaultSelected(SelectionEvent e) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue