eric6/Project/ProjectResourcesBrowser.py

changeset 7533
88261c96484b
parent 7451
f04328aef87a
child 7628
f904d0eef264
--- 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."))

eric ide

mercurial