mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Wording in message
This commit is contained in:
parent
486834554b
commit
40350d9cc4
1 changed files with 2 additions and 2 deletions
|
@ -224,10 +224,10 @@ public final class RegexErrorParserOptionPage extends AbstractCOptionPage {
|
|||
if (fEditable) {
|
||||
createButtons(composite);
|
||||
|
||||
// TODO: remove the warning before 6.1
|
||||
// TODO: remove the warning before 7.0
|
||||
MessageLine errorImageLabel = new MessageLine(composite, SWT.NONE);
|
||||
errorImageLabel.setImage(JFaceResources.getImage(Dialog.DLG_IMG_MESSAGE_WARNING));
|
||||
errorImageLabel.setText("Error Parser Options user entries may be lost on CDT update as persistence will be finalized with CDT 6.1 final release."); //$NON-NLS-1$
|
||||
errorImageLabel.setText("Error Parser Options user entries may be lost on CDT update as persistence will be finalized with CDT 7.0 final release."); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
setControl(group);
|
||||
|
|
Loading…
Add table
Reference in a new issue