eric6/E5Network/E5SslCertificateSelectionDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
--- 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)

eric ide

mercurial