eric6/Preferences/ConfigurationPages/NotificationsPage.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
--- a/eric6/Preferences/ConfigurationPages/NotificationsPage.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/NotificationsPage.py	Sun Apr 12 19:07:49 2020 +0200
@@ -86,7 +86,7 @@
             self.__notification = NotificationWidget(
                 parent=self, setPosition=True)
             self.__notification.setPixmap(
-                UI.PixmapCache.getPixmap("notification48.png"))
+                UI.PixmapCache.getPixmap("notification48"))
             self.__notification.setHeading(self.tr("Visual Selection"))
             self.__notification.setText(
                 self.tr("Drag the notification window to"

eric ide

mercurial