7532:1358e9d67a1c | 7533:88261c96484b |
---|---|
34 self.setupUi(self) | 34 self.setupUi(self) |
35 | 35 |
36 self.headerLabel.setText( | 36 self.headerLabel.setText( |
37 self.tr("<b>Whois information for domain {0}</b>").format(domain)) | 37 self.tr("<b>Whois information for domain {0}</b>").format(domain)) |
38 self.headerPixmap.setPixmap( | 38 self.headerPixmap.setPixmap( |
39 UI.PixmapCache.getPixmap("virustotal.png")) | 39 UI.PixmapCache.getPixmap("virustotal")) |
40 self.whoisEdit.setPlainText(whois) | 40 self.whoisEdit.setPlainText(whois) |