OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 41 | Rev 156 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 73
Line 36... Line 36...
36
        }
36
        }
37
    }
37
    }
38
 
38
 
39
    public void setPropsFileName(String propsFileName) {
39
    public void setPropsFileName(String propsFileName) {
40
        this.propsFileName = propsFileName;
40
        this.propsFileName = propsFileName;
-
 
41
        load();
41
    }
42
    }
42
 
43
 
43
    public String getThunderbirdPath() {
44
    public String getThunderbirdPath() {
44
        final String stringProperty = this.getStringProperty("thunderbird.path");
45
        final String stringProperty = this.getStringProperty("thunderbird.path");
45
        if (stringProperty.trim().length() == 0) {
46
        if (stringProperty.trim().length() == 0) {