--- 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)