Fix bug 313776: add ".p7b" and ".pkcs7" to the list of file extensions allowed when importing certificate files.

This commit is contained in:
smfr%smfr.org 2005-11-14 04:44:27 +00:00
Родитель b31346eec6
Коммит 6a3cd2aa4c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -570,7 +570,7 @@ static CertificatesWindowController* gCertificatesWindowController;
[theOpenPanel beginSheetForDirectory:nil
file:nil
types:[NSArray arrayWithObjects:@"crt", @"cert", @"cer", @"pem", @"der", nil]
types:[NSArray arrayWithObjects:@"crt", @"cert", @"cer", @"pem", @"der", @"p7b", @"pkcs7", nil]
modalForWindow:[self window]
modalDelegate:self
didEndSelector:@selector(importPanelDidEnd:returnCode:contextInfo:)