eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7639
422fd05e9c91
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py	Sun Apr 12 19:07:49 2020 +0200
@@ -56,8 +56,8 @@
             self.buttonBox.button(QDialogButtonBox.Ok).hide()
             self.buttonBox.button(QDialogButtonBox.Cancel).hide()
         
-        self.__dirIcon = UI.PixmapCache.getIcon("dirClosed.png")
-        self.__fileIcon = UI.PixmapCache.getIcon("fileMisc.png")
+        self.__dirIcon = UI.PixmapCache.getIcon("dirClosed")
+        self.__fileIcon = UI.PixmapCache.getIcon("fileMisc")
         
         self.__urlRole = Qt.UserRole
         self.__ignoreExpand = False

eric ide

mercurial