Automaticallly pre-select all e-mail addresses that the user doesn't have.

This commit is contained in:
javi%netscape.com 2000-04-26 23:59:14 +00:00
parent 16a368d877
commit 84993d6fb3

View File

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