--- a/eric6/Snapshot/SnapWidget.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Snapshot/SnapWidget.py Sun Apr 12 19:07:49 2020 +0200 @@ -45,11 +45,11 @@ super(SnapWidget, self).__init__(parent) self.setupUi(self) - self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs.png")) - self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto.png")) - self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy.png")) - self.copyPreviewButton.setIcon(UI.PixmapCache.getIcon("editCopy.png")) - self.setWindowIcon(UI.PixmapCache.getIcon("ericSnap.png")) + self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs")) + self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto")) + self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy")) + self.copyPreviewButton.setIcon(UI.PixmapCache.getIcon("editCopy")) + self.setWindowIcon(UI.PixmapCache.getIcon("ericSnap")) if Globals.isWaylandSession(): from .SnapshotWaylandGrabber import SnapshotWaylandGrabber