--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieNotification.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieNotification.py Sun Apr 12 19:07:49 2020 +0200 @@ -47,14 +47,14 @@ self.setLayout(self.__layout) self.__layout.setContentsMargins(9, 0, 0, 0) self.__iconLabel = QLabel(self) - self.__iconLabel.setPixmap(UI.PixmapCache.getPixmap("flashCookie.png")) + self.__iconLabel.setPixmap(UI.PixmapCache.getPixmap("flashCookie")) self.__layout.addWidget(self.__iconLabel) self.__messageLabel = QLabel(msg, self) self.__layout.addWidget(self.__messageLabel) self.__viewButton = QPushButton(self.tr("View"), self) self.__layout.addWidget(self.__viewButton) self.__layout.addStretch() - self.__discardButton = QPushButton(UI.PixmapCache.getIcon("close.png"), + self.__discardButton = QPushButton(UI.PixmapCache.getIcon("close"), "", self) self.__layout.addWidget(self.__discardButton)