--- a/eric6/Project/ProjectResourcesBrowser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectResourcesBrowser.py Sun Apr 12 19:07:49 2020 +0200 @@ -616,7 +616,7 @@ " was successful.")) else: ui.showNotification( - UI.PixmapCache.getPixmap("resourcesCompiler48.png"), + UI.PixmapCache.getPixmap("resourcesCompiler48"), self.tr("Resource Compilation"), self.tr("The compilation of the resource file" " was successful.")) @@ -637,7 +637,7 @@ "The compilation of the resource file failed.")) else: ui.showNotification( - UI.PixmapCache.getPixmap("resourcesCompiler48.png"), + UI.PixmapCache.getPixmap("resourcesCompiler48"), self.tr("Resource Compilation"), self.tr( "The compilation of the resource file failed."))