--- a/eric6/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -43,10 +43,10 @@ self.__vcs = vcs self.__repodir = repodir - self.submoduleDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) - self.submoduleUrlButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.submoduleDirButton.setIcon(UI.PixmapCache.getIcon("open")) + self.submoduleUrlButton.setIcon(UI.PixmapCache.getIcon("open")) self.submoduleUrlClearHistoryButton.setIcon( - UI.PixmapCache.getIcon("editDelete.png")) + UI.PixmapCache.getIcon("editDelete")) submoduleUrlHistory = self.__vcs.getPlugin().getPreferences( "RepositoryUrlHistory")