--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -67,13 +67,13 @@ self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser( "~\\AppData\\Local\\largefiles")) - self.fpAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) - self.fpDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) - self.fpEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + self.fpAddButton.setIcon(UI.PixmapCache.getIcon("plus")) + self.fpDeleteButton.setIcon(UI.PixmapCache.getIcon("minus")) + self.fpEditButton.setIcon(UI.PixmapCache.getIcon("edit")) - self.protocolAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) - self.protocolDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) - self.protocolEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + self.protocolAddButton.setIcon(UI.PixmapCache.getIcon("plus")) + self.protocolDeleteButton.setIcon(UI.PixmapCache.getIcon("minus")) + self.protocolEditButton.setIcon(UI.PixmapCache.getIcon("edit")) self.minimumProtocolComboBox.addItem(self.tr("Default"), "") for protocol in sorted(self.__minimumProtocols.keys()):