1
0
Fork 0
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:
Andrew Gvozdev 2010-01-29 12:42:35 +00:00
parent 486834554b
commit 40350d9cc4

View file

@ -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);