From e5b7e4ab54ea0ce07cbb0aada9ae0873cf717253 Mon Sep 17 00:00:00 2001 From: chris2511 Date: Tue, 13 May 2003 07:09:26 +0000 Subject: [PATCH] *.key extension added to key import dialog --- MainWindowKeys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindowKeys.cpp b/MainWindowKeys.cpp index ffbca869..a4c90ba9 100644 --- a/MainWindowKeys.cpp +++ b/MainWindowKeys.cpp @@ -202,7 +202,7 @@ void MainWindow::showDetailsKey(QListViewItem *item) void MainWindow::loadKey() { QStringList filt; - filt.append( "PKI Keys ( *.pem *.der )"); + filt.append( "PKI Keys ( *.pem *.der *.key )"); filt.append( "PKCS#8 Keys ( *.p8 *.pk8 )"); filt.append( "All Files ( *.* )"); QString s="";