--- a/eric6/Project/ProjectFormsBrowser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectFormsBrowser.py Sun Apr 12 19:07:49 2020 +0200 @@ -789,7 +789,7 @@ " was successful.")) else: ui.showNotification( - UI.PixmapCache.getPixmap("designer48.png"), + UI.PixmapCache.getPixmap("designer48"), self.tr("Form Compilation"), self.tr("The compilation of the form file" " was successful.")) @@ -804,7 +804,7 @@ "<p>Reason: {0}</p>").format(str(msg))) else: ui.showNotification( - UI.PixmapCache.getPixmap("designer48.png"), + UI.PixmapCache.getPixmap("designer48"), self.tr("Form Compilation"), self.tr( "<p>The compilation of the form file failed.</p>" @@ -817,7 +817,7 @@ self.tr("The compilation of the form file failed.")) else: ui.showNotification( - UI.PixmapCache.getPixmap("designer48.png"), + UI.PixmapCache.getPixmap("designer48"), self.tr("Form Compilation"), self.tr("The compilation of the form file failed.")) self.compileProc = None