зеркало из https://github.com/mozilla/pjs.git
Fix bug 313776: add ".p7b" and ".pkcs7" to the list of file extensions allowed when importing certificate files.
This commit is contained in:
Родитель
b31346eec6
Коммит
6a3cd2aa4c
|
@ -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:)
|
||||
|
|
Загрузка…
Ссылка в новой задаче