eric6/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py

changeset 7533
88261c96484b
parent 7370
5fb53279f2df
child 7779
757334671130
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
192 self.tr("Adjust column sizes"), self.__resizeColumns) 192 self.tr("Adjust column sizes"), self.__resizeColumns)
193 act.setToolTip(self.tr( 193 act.setToolTip(self.tr(
194 "Adjusts the width of all columns to their contents")) 194 "Adjusts the width of all columns to their contents"))
195 195
196 self.actionsButton.setIcon( 196 self.actionsButton.setIcon(
197 UI.PixmapCache.getIcon("actionsToolButton.png")) 197 UI.PixmapCache.getIcon("actionsToolButton"))
198 self.actionsButton.setMenu(self.__actionsMenu) 198 self.actionsButton.setMenu(self.__actionsMenu)
199 199
200 def closeEvent(self, e): 200 def closeEvent(self, e):
201 """ 201 """
202 Protected slot implementing a close event handler. 202 Protected slot implementing a close event handler.

eric ide

mercurial