diff -r 1358e9d67a1c -r 88261c96484b eric6/Project/ProjectBrowserModel.py --- a/eric6/Project/ProjectBrowserModel.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectBrowserModel.py Sun Apr 12 19:07:49 2020 +0200 @@ -131,9 +131,9 @@ self.type_ = ProjectBrowserItemSimpleDirectory if os.path.lexists(self._dirName) and os.path.islink(self._dirName): self.symlink = True - self.icon = UI.PixmapCache.getSymlinkIcon("dirClosed.png") + self.icon = UI.PixmapCache.getSymlinkIcon("dirClosed") else: - self.icon = UI.PixmapCache.getIcon("dirClosed.png") + self.icon = UI.PixmapCache.getIcon("dirClosed") def setName(self, dinfo, full=True): """