eric6/UI/Browser.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7635
0cdead130a81
--- 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()

eric ide

mercurial