--- a/eric6/UI/CompareDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/UI/CompareDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -111,10 +111,10 @@ self.diffButton.setEnabled(False) self.diffButton.setDefault(True) - self.firstButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png")) - self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png")) - self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png")) - self.lastButton.setIcon(UI.PixmapCache.getIcon("2downarrow.png")) + self.firstButton.setIcon(UI.PixmapCache.getIcon("2uparrow")) + self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow")) + self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow")) + self.lastButton.setIcon(UI.PixmapCache.getIcon("2downarrow")) self.totalLabel.setText(self.tr('Total: {0}').format(0)) self.changedLabel.setText(self.tr('Changed: {0}').format(0))