eric6/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py	Sun Apr 12 19:07:49 2020 +0200
@@ -38,9 +38,9 @@
         self.setupUi(self)
         
         self.defaultShowPasswordButton.setIcon(
-            UI.PixmapCache.getIcon("showPassword.png"))
+            UI.PixmapCache.getIcon("showPassword"))
         self.defaultPushShowPasswordButton.setIcon(
-            UI.PixmapCache.getIcon("showPassword.png"))
+            UI.PixmapCache.getIcon("showPassword"))
         
         self.__withLargefiles = withLargefiles
         if withLargefiles:

eric ide

mercurial