diff -r 1358e9d67a1c -r 88261c96484b eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py --- a/eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -40,10 +40,10 @@ self.__vcs = vcs - self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) - self.vcsUrlButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open")) + self.vcsUrlButton.setIcon(UI.PixmapCache.getIcon("open")) self.vcsUrlClearHistoryButton.setIcon( - UI.PixmapCache.getIcon("editDelete.png")) + UI.PixmapCache.getIcon("editDelete")) vcsUrlHistory = self.__vcs.getPlugin().getPreferences( "RepositoryUrlHistory")