Wed, 29 May 2019 19:50:26 +0200
ViewManager: added a dedicated icon for closing an editor.
--- a/eric6/ViewManager/ViewManager.py Wed May 29 19:44:55 2019 +0200 +++ b/eric6/ViewManager/ViewManager.py Wed May 29 19:50:26 2019 +0200 @@ -659,7 +659,7 @@ self.closeAct = E5Action( QCoreApplication.translate('ViewManager', 'Close'), - UI.PixmapCache.getIcon("close.png"), + UI.PixmapCache.getIcon("closeEditor.png"), QCoreApplication.translate('ViewManager', '&Close'), QKeySequence( QCoreApplication.translate('ViewManager', "Ctrl+W",