--- a/eric6/UI/Browser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/UI/Browser.py Sun Apr 12 19:07:49 2020 +0200 @@ -89,7 +89,7 @@ self.setWindowTitle(QCoreApplication.translate('Browser', 'File-Browser')) - self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) + self.setWindowIcon(UI.PixmapCache.getIcon("eric")) self.__model = BrowserModel() self.__sortModel = BrowserSortFilterProxyModel()