[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/commands
From:       Bernhard Reiter <bernhard () intevation ! de>
Date:       2010-01-14 10:44:04
Message-ID: 1263465844.824725.6071.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074582 by breiter:

(forward ported from r1074457)
Made the crl importing selection filefilter hint more explicit,
only DER encoded files will work. (Motivated by real user feedback, indicating
that the file suffixes are not enough to notice and understand the restriction.)


 M  +3 -1      importcrlcommand.cpp  


--- trunk/KDE/kdepim/kleopatra/commands/importcrlcommand.cpp #1074581:1074582
@@ -64,7 +64,9 @@
 private:
     void init();
     QStringList getFileNames() {
-        const QString filter = i18n("Certificate Revocation Lists (*.crl *.arl \
*-crl.der *-arl.der)"); +    	// loadcrl can only work with DER encoded files 
+	//   (verified with dirmngr 1.0.3)
+        const QString filter = i18n("Certificate Revocation Lists, DER encoded \
                (*.crl *.arl *-crl.der *-arl.der)");
         return QFileDialog::getOpenFileNames( parentWidgetOrView(), i18n("Select CRL \
File to Import"),  QString(), filter );
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic