eric6/Project/ProjectTranslationsBrowser.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7628
f904d0eef264
--- a/eric6/Project/ProjectTranslationsBrowser.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Project/ProjectTranslationsBrowser.py	Sun Apr 12 19:07:49 2020 +0200
@@ -939,7 +939,7 @@
             ui = e5App().getObject("UserInterface")
             if ui.notificationsEnabled():
                 ui.showNotification(
-                    UI.PixmapCache.getPixmap("linguist48.png"),
+                    UI.PixmapCache.getPixmap("linguist48"),
                     self.tr("Translation file generation"),
                     self.tr(
                         "The generation of the translation files (*.ts)"
@@ -1136,7 +1136,7 @@
             ui = e5App().getObject("UserInterface")
             if ui.notificationsEnabled():
                 ui.showNotification(
-                    UI.PixmapCache.getPixmap("linguist48.png"),
+                    UI.PixmapCache.getPixmap("linguist48"),
                     self.tr("Translation file release"),
                     self.tr("The release of the translation files (*.qm)"
                             " was successful."))

eric ide

mercurial