eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7679
5816200f021b
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
65 "~/Library/Caches/largefiles")) 65 "~/Library/Caches/largefiles"))
66 else: 66 else:
67 self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser( 67 self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser(
68 "~\\AppData\\Local\\largefiles")) 68 "~\\AppData\\Local\\largefiles"))
69 69
70 self.fpAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) 70 self.fpAddButton.setIcon(UI.PixmapCache.getIcon("plus"))
71 self.fpDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) 71 self.fpDeleteButton.setIcon(UI.PixmapCache.getIcon("minus"))
72 self.fpEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) 72 self.fpEditButton.setIcon(UI.PixmapCache.getIcon("edit"))
73 73
74 self.protocolAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) 74 self.protocolAddButton.setIcon(UI.PixmapCache.getIcon("plus"))
75 self.protocolDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) 75 self.protocolDeleteButton.setIcon(UI.PixmapCache.getIcon("minus"))
76 self.protocolEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) 76 self.protocolEditButton.setIcon(UI.PixmapCache.getIcon("edit"))
77 77
78 self.minimumProtocolComboBox.addItem(self.tr("Default"), "") 78 self.minimumProtocolComboBox.addItem(self.tr("Default"), "")
79 for protocol in sorted(self.__minimumProtocols.keys()): 79 for protocol in sorted(self.__minimumProtocols.keys()):
80 self.minimumProtocolComboBox.addItem( 80 self.minimumProtocolComboBox.addItem(
81 self.__minimumProtocols[protocol], protocol) 81 self.__minimumProtocols[protocol], protocol)

eric ide

mercurial