--- a/eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -36,5 +36,5 @@ self.headerLabel.setText( self.tr("<b>Whois information for domain {0}</b>").format(domain)) self.headerPixmap.setPixmap( - UI.PixmapCache.getPixmap("virustotal.png")) + UI.PixmapCache.getPixmap("virustotal")) self.whoisEdit.setPlainText(whois)