--- a/eric6/E5Network/E5SslCertificateSelectionDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/E5Network/E5SslCertificateSelectionDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -43,7 +43,7 @@ self.setupUi(self) self.viewButton.setIcon( - UI.PixmapCache.getIcon("certificates.png")) + UI.PixmapCache.getIcon("certificates")) self.buttonBox.button(QDialogButtonBox.OK).setEnabled(False) self.viewButton.setEnabled(False)