eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
38 super(GitNewProjectOptionsDialog, self).__init__(parent) 38 super(GitNewProjectOptionsDialog, self).__init__(parent)
39 self.setupUi(self) 39 self.setupUi(self)
40 40
41 self.__vcs = vcs 41 self.__vcs = vcs
42 42
43 self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) 43 self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open"))
44 self.vcsUrlButton.setIcon(UI.PixmapCache.getIcon("open.png")) 44 self.vcsUrlButton.setIcon(UI.PixmapCache.getIcon("open"))
45 self.vcsUrlClearHistoryButton.setIcon( 45 self.vcsUrlClearHistoryButton.setIcon(
46 UI.PixmapCache.getIcon("editDelete.png")) 46 UI.PixmapCache.getIcon("editDelete"))
47 47
48 vcsUrlHistory = self.__vcs.getPlugin().getPreferences( 48 vcsUrlHistory = self.__vcs.getPlugin().getPreferences(
49 "RepositoryUrlHistory") 49 "RepositoryUrlHistory")
50 self.vcsUrlCombo.addItems(vcsUrlHistory) 50 self.vcsUrlCombo.addItems(vcsUrlHistory)
51 self.vcsUrlCombo.setEditText("") 51 self.vcsUrlCombo.setEditText("")

eric ide

mercurial