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

small change... isValild should always start off as true.

This commit is contained in:
David Inglis 2003-09-18 20:30:26 +00:00
parent 6a5af0ed88
commit 5484799800

View file

@ -36,7 +36,7 @@ public abstract class TabFolderOptionBlock {
private Composite composite;
private boolean bShowMessageArea;
private String fErrorMessage;
private boolean bIsValid;
private boolean bIsValid = true;
private Label messageLabel;
private ArrayList pages;