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:
parent
6a5af0ed88
commit
5484799800
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue