--- a/eric6/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -104,7 +104,7 @@ projectOpen = e5App().getObject("Project").isOpen() self.projectButton.setEnabled(projectOpen) - icon = UI.PixmapCache.getIcon("listSelection.png") + icon = UI.PixmapCache.getIcon("listSelection") self.categoriesButton.setIcon(icon) self.onlyShowButton.setIcon(icon) self.notShowButton.setIcon(icon)