eric6/Project/ProjectInterfacesBrowser.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7628
f904d0eef264
diff -r 1358e9d67a1c -r 88261c96484b eric6/Project/ProjectInterfacesBrowser.py
--- a/eric6/Project/ProjectInterfacesBrowser.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Project/ProjectInterfacesBrowser.py	Sun Apr 12 19:07:49 2020 +0200
@@ -534,7 +534,7 @@
                         " successful."))
             else:
                 ui.showNotification(
-                    UI.PixmapCache.getPixmap("corba48.png"),
+                    UI.PixmapCache.getPixmap("corba48"),
                     self.tr("Interface Compilation"),
                     self.tr(
                         "The compilation of the interface file was"
@@ -548,7 +548,7 @@
                         "The compilation of the interface file failed."))
             else:
                 ui.showNotification(
-                    UI.PixmapCache.getPixmap("corba48.png"),
+                    UI.PixmapCache.getPixmap("corba48"),
                     self.tr("Interface Compilation"),
                     self.tr(
                         "The compilation of the interface file failed."))

eric ide

mercurial