diff -r 1358e9d67a1c -r 88261c96484b eric6/Project/ProjectSourcesBrowser.py --- a/eric6/Project/ProjectSourcesBrowser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectSourcesBrowser.py Sun Apr 12 19:07:49 2020 +0200 @@ -135,7 +135,7 @@ self.__showApplicationDiagram) self.graphicsMenu.addSeparator() self.graphicsMenu.addAction( - UI.PixmapCache.getIcon("open.png"), + UI.PixmapCache.getIcon("open"), self.tr("Load Diagram..."), self.__loadDiagram) self.graphicsMenu.aboutToShow.connect(self.__showContextMenuGraphics) @@ -305,7 +305,7 @@ self.__showApplicationDiagram) self.graphicsMenu.addSeparator() self.graphicsMenu.addAction( - UI.PixmapCache.getIcon("fileOpen.png"), + UI.PixmapCache.getIcon("fileOpen"), self.tr("Load Diagram..."), self.__loadDiagram) self.sourceMenu.addSeparator()