eric6/WebBrowser/Navigation/ReloadStopButton.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
diff -r 1358e9d67a1c -r 88261c96484b eric6/WebBrowser/Navigation/ReloadStopButton.py
--- a/eric6/WebBrowser/Navigation/ReloadStopButton.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/WebBrowser/Navigation/ReloadStopButton.py	Sun Apr 12 19:07:49 2020 +0200
@@ -61,10 +61,10 @@
         Private slot to update the button.
         """
         if self.__loading:
-            self.setIcon(UI.PixmapCache.getIcon("stopLoading.png"))
+            self.setIcon(UI.PixmapCache.getIcon("stopLoading"))
             self.setToolTip(self.tr("Stop loading"))
         else:
-            self.setIcon(UI.PixmapCache.getIcon("reload.png"))
+            self.setIcon(UI.PixmapCache.getIcon("reload"))
             self.setToolTip(self.tr("Reload the current screen"))
     
     def setLoading(self, loading):

eric ide

mercurial