eric6/Project/Project.py

changeset 8265
0090cfa83159
parent 8259
2bbec88047dd
child 8273
698ae46f40a4
child 8276
1436fd09d1e1
--- a/eric6/Project/Project.py	Mon Apr 26 17:33:08 2021 +0200
+++ b/eric6/Project/Project.py	Tue Apr 27 17:25:06 2021 +0200
@@ -5486,7 +5486,7 @@
                 self.tr("Create Plugin Archive"),
                 self.tr("<p>The eric plugin archive files were "
                         "created with some errors.</p>"),
-                kind=NotificationTypes.Critical,
+                kind=NotificationTypes.CRITICAL,
                 timeout=0)
         else:
             self.ui.showNotification(
@@ -5757,7 +5757,7 @@
                     UI.PixmapCache.getPixmap("makefile48"),
                     title,
                     message,
-                    kind=NotificationTypes.Warning,
+                    kind=NotificationTypes.WARNING,
                     timeout=0)
             elif exitCode > 1:
                 E5MessageBox.critical(

eric ide

mercurial