eric6/Project/ProjectFormsBrowser.py

changeset 7533
88261c96484b
parent 7451
f04328aef87a
child 7628
f904d0eef264
diff -r 1358e9d67a1c -r 88261c96484b eric6/Project/ProjectFormsBrowser.py
--- 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

eric ide

mercurial