mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Automaticallly pre-select all e-mail addresses that the user doesn't have.
This commit is contained in:
parent
16a368d877
commit
84993d6fb3
@ -2253,7 +2253,7 @@ SSMStatus sa_compose(SSMTextGenContext *cx)
|
||||
}
|
||||
|
||||
for (i=0; i < numErrCerts; i++) {
|
||||
option = PR_smprintf("<option>%s</option>\n", errCerts[i]);
|
||||
option = PR_smprintf("<option selected>%s</option>\n", errCerts[i]);
|
||||
SSM_ConcatenateUTF8String(&out, option);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user