E5Network/E5SslInfoWidget.py

changeset 4345
de313fb93dee
parent 4021
195a471c327b
child 4631
5c1a96925da4
--- a/E5Network/E5SslInfoWidget.py	Sat Aug 01 13:11:39 2015 +0200
+++ b/E5Network/E5SslInfoWidget.py	Sat Aug 01 18:38:52 2015 +0200
@@ -138,11 +138,11 @@
             if proto == QSsl.SslV3:
                 sslVersion = "SSL 3.0"
                 imageLabel.setPixmap(
-                    UI.PixmapCache.getPixmap("securityHigh32.png"))
+                    UI.PixmapCache.getPixmap("securityLow32.png"))
             elif proto == QSsl.TlsV1SslV3:
                 sslVersion = "TLS 1.0/SSL 3.0"
                 imageLabel.setPixmap(
-                    UI.PixmapCache.getPixmap("securityHigh32.png"))
+                    UI.PixmapCache.getPixmap("securityLow32.png"))
             elif proto == QSsl.SslV2:
                 sslVersion = "SSL 2.0"
                 imageLabel.setPixmap(

eric ide

mercurial