eric6/Project/ProjectProtocolsBrowser.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7628
f904d0eef264
--- 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"),

eric ide

mercurial