eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py	Sun Apr 12 19:07:49 2020 +0200
@@ -34,7 +34,7 @@
         layout = QHBoxLayout(self)
         
         iconLabel = QLabel(self)
-        iconLabel.setPixmap(UI.PixmapCache.getPixmap("safeBrowsing48.png"))
+        iconLabel.setPixmap(UI.PixmapCache.getPixmap("safeBrowsing48"))
         layout.addWidget(iconLabel, 0, Qt.AlignTop)
         
         infoLabel = QLabel(self)

eric ide

mercurial