--- a/eric6/UI/UserInterface.py Mon Apr 26 17:33:08 2021 +0200 +++ b/eric6/UI/UserInterface.py Tue Apr 27 17:25:06 2021 +0200 @@ -7431,7 +7431,7 @@ ########################################## def showNotification(self, icon, heading, text, - kind=NotificationTypes.Information, timeout=None): + kind=NotificationTypes.INFORMATION, timeout=None): """ Public method to show a desktop notification.