--- a/eric6/Project/ProjectProtocolsBrowser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectProtocolsBrowser.py Sun Apr 12 19:07:49 2020 +0200 @@ -557,9 +557,9 @@ " successful.")) else: if grpc: - icon = UI.PixmapCache.getPixmap("gRPC48.png") + icon = UI.PixmapCache.getPixmap("gRPC48") else: - icon = UI.PixmapCache.getPixmap("protobuf48.png") + icon = UI.PixmapCache.getPixmap("protobuf48") ui.showNotification( icon, self.tr("Protocol Compilation"), @@ -575,9 +575,9 @@ "The compilation of the protocol file failed.")) else: if grpc: - icon = UI.PixmapCache.getPixmap("gRPC48.png") + icon = UI.PixmapCache.getPixmap("gRPC48") else: - icon = UI.PixmapCache.getPixmap("protobuf48.png") + icon = UI.PixmapCache.getPixmap("protobuf48") ui.showNotification( icon, self.tr("Protocol Compilation"),